|
|
1-18 of 18 Visual Basic Security sites are shown.
|
|
This example encodes the following as:
1vbCr to "\c"
vbLf to "\l"
"\" to "\\"
|
|
|
|
|
|
|
This code contains three functions to Encrypt/Decrypt strings. One using Microsoft Cryptographic Engine, one as a VB implementation of the NSA's Clipper algorithm, and the third a hex encoding system
|
|
|
|
|
|
|
This is an encryption written method that takes the 'Key' and converts each character to its ASCII value and (depending on the last total) add/subtracts the current value to the total.
|
|
|
|
|
|
|
This code changes a hex string eg "ed0972ba628b29f0ec" into its acsii equivalent eg "]E+'NoZûY". Useful for hex editors, using MD5 message digest checksums as keys, etc.
|
|
|
|
|
|
|
Generate a random password of 'user input' length
|
|
|
|
|
|
|
This class will securely encode and decode any and all words passed to it.
|
|
|
|
|
|
|
The zip file contains both a VB and a VBScript (ASP) implementation of the SHA-256 one-way encryption algorithm, which is one of the industry standard methods for generating digital signatures. It also contains a form and ASP code that demonstrates the algorithm can be used.
|
|
|
|
|
|
|
This application lets you view text files and uses a simple method to encrypt them and then decrypt them. You can view and save both the encrypted and decrypted versions of the file.
|
|
|
|
|
|
|
Uses the text to be encrypted and a code key to XOr 2 values together and come up with an encrypted string.
|
|
|
|
|
|
|
Several users using one and the same account? Hackers
stealing and posting your passwords? Secure your website with
WebLoginPRO - the first secure professional single login application with
Computer Activation Key.
|
|
|
|
|
|
|
FrezCrypto is an ActiveX DLL that wraps the Microsoft CryptoAPI and allows the user to encrypt or decrypt strings based on the RC2 Block Algorithm or RC4 Stream Algorithm.
|
|
|
|
|
|
|
A brief snippet for XOR Encryption.
|
|
|
|
|
|
|
Designed for U.S. Zips only.
|
|
|
|
|
|
|
This is a VB5 project with two forms for encoding and decoding information. It demonstrates and explains three types of simple cryptography. Click the about button for a complete explanation of the different types of cryptography being used.
|
|
|
|
|
|
|
Verifies social insurance number (Canadian equivalent of SSN) and returns either true or false.
|
|
|
|
|
|
|
Uses logical operators to change bit values in strings. The results look pretty neat when displayed. Bits 6 and 7 are my favorite.
|
|
|
|
|
|
|
This is an introduction to crytography which is alot simpler than the other algorithms here. So I figured some one had to fill this hole
|
|
|
|
|
|
|
Performs a one-way encryption operation on string of length x. i.e. The encrypted text can not be reversed to find the original.
|
|
|
|
|
|
|