Advertisement

Results for "Category: Security"

3_2004-2005 #149250
Secure Socket with RSA encryption

The idea is that when the client connects to a server, each of the nodes create a pair of keys, and each send their public keys to the other side. after that each node encrypts the data using the other node's public key and decrypts the data it recieves using its own private key. almost impossible for a sniffer to decrypt the data. Remember that this is a just a sample on how to do this and it does not have many features including events and async data tranfer.

3_2004-2005 #149279
clsTripleDES.vb

Encryption / Decryption of String

3_2004-2005 #149398
Key Generator

Cool KeyGenerator for implement in your application.Make your application strong. KeyGenerator generates an unique serial number using the username. Just download it and see the rest. Sorry my bad english.. :P La aplicacion tiene los comentarios en español tambien. :P

3_2004-2005 #149516
File Encryption

This code will encrypt and decrypt files. The files are stored in 2 folders called encrypted and decrypted files on the c drive. These folders are created automatically. Include the following namespaces: System.IO, System.Text, System.Security.Cryptography

3_2004-2005 #149529
Block Messenger Spam .NET

This program blocks messenger service spam. I saw that there was no thing for VB.NET so here it is. This code also shows registry adding, keys, shell commands, some basic form functions, system tray icon in VB.NET, getting the application path in VB.NET, short code, tons of comments. A similar program like this might cost you $ 30 on web sites. Get it for free! HOPE YOU GUYS ENJOY IT AND VOTE FOR ME. Visit www.fusai.rules.it for more software.

4_2005-2006 #149839
Web Poison (Anti-Spam Measure)

This is the ASP version of a CGI technique used to scare off spammers (or at least to make things harder for them) that use email extractors to collect addresses from web sites. The script generates a random number of fake Email addresses and URLs that call itself in an endless loop. The result: email extractors get clogged with fake addresses. A META tag tells search engine robots not to index the page. To use just rename the file to anything you want (example: test.asp) and put a hidden link to it on your site, like this: [A HREF="wpoison.asp"][/A] (replace [] with <> respectively). Please help spread the word about web poisoning, it might not stop spammers, but will surely slow them down!

4_2005-2006 #150847
RunAs (revised)

Run's a file or an application with a different user account than the user logged on. There was a small problem with type marshling, but it's now fixed!

4_2005-2006 #151248
DSN-Less Username & Password Check

Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using JavaScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups. Check it out, very easy to use and to expand upon.

4_2005-2006 #151249
DSN-Less Username & Password Check Part DEUX

Need Security on your site. No need for global files or dll's, this DSN-Less Username and Password example is done using VBScript and ASP. It not only checks for authentication but sets a session for different levels of usergroups. This code was expanded based on several email received asking how to do more with it. Enjoy!!!

4_2005-2006 #151339
Protect Your Code

Simple way of preventing access to your client side javascripts and even style sheets

4_2005-2006 #151340
Prevent viewing of javascript and stylesheets

Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.

4_2005-2006 #151810
User Registration

Users can submit their Username, password, and E-Mail address to register for your site! You can then use a password/username checker from this site to see if the logged in correctly!

4_2005-2006 #152143
Encrypt

A file that replaces the old coder.c. Thanks to Brett Taylor. Found at http://www.cprogramming.com/source.html

4_2005-2006 #152505
Authenticate against Windows NT/2000 Domain

This code will take the users username and password from a form and use them to authenticate them against a Windows NT/2000 domain. Unlike other examples, you do not need to switch on 'Basic' or 'Integrated Windows' permissions for the webite on IIS. You can leave the setting as Anonymous Access.

4_2005-2006 #152655
Enumerate local Users and Groups

This code will enum all groups and users currently available on your local machine the pure .NET way. There is no need of declaring some APIs.

4_2005-2006 #152726
Login and password

Provides your site with security. A login and password, with the ability for the user to change their own password. It uses a DSN-less Access database so that you do not need to set up a DSN on the server.

4_2005-2006 #152817
File Scanner Alpha 2

*(UPDATED)* ADDED: -Code Re-written -Now updates file size if you no the file has been changed by a program. This program makes a list of all the .ini .sys and .com files on you hard-drive in the c:\windows directory and then calculates there size and keeps them in a log. and then every time the program starts it checks the file sizes against the logged ones to see if they differ, if they do then it tells you. I made this because virusses can sometimes alter files and hide inside them so this basicly keeps a eye on them..

4_2005-2006 #152818
Password a2.0

This is an early version of the new password program I am working on, it saves Passwords to disk with very low level encryption and it allows you to call it with-In dos prompt with arguments. Please tell me what you think.

4_2005-2006 #153047
Unmask All Passwords

Have you ever fogot a password, but it is still inside your program, only that it is hidden with astricks? This source will show you how to remove those astricks and show whats really there. (see screenshot)

4_2005-2006 #153292
MyLogin

MyLogin is created entirely in ASP. With just a few simple steps you can password protect any of your pages without knowing how to code ASP (But it Helps!) You can assign individual access levels or you can assign Group access levels. You an also assign Expiration Dates on Groups or Individual Levels. MyLogin uses a DSNLess Access database so you will not have to set up an ODBC. Best of all MyLogin is absolutely FREE!

Languages
Top Categories
Global Discovery