| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
a Password application ADD-ON - with option to change encrypted password in an ini file | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / paul_cormie (from psc cd) | 1013 since 1/9/2015 6:08:00 PM |
By 12 Users
|
|
I looked here and couldnt find what i was looking for, so i made it and am making it availible to everyone!
allows simple encryption to an external *.ini file (you choose location) as well, there is another dialog box that allows the user to change the pa ...(description truncated) (ScreenShot) |
|
|
|
 |
A Secure Sockets Layer (SSLv2) Client | VB 5.0, VB 6.0 | Advanced / Jason K. Resch (from psc cd) | 7281 since 1/31/2015 8:14:00 AM |
By 94 Users
|
|
This is an example SSL Client I created. I looked everywhere and could find no examples in Visual Basic, or C++ for that matter. I did find some commercially available controls but those were upwards of $1,000 for a license. I hope you find this code usef ...(description truncated) |
|
|
|
 |
A Simple encryption function with Password | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Eskimoman (from psc cd) | 1107 since 1/8/2015 1:25:00 AM |
By 7 Users
|
|
A simple encryption function with Password. The slightest change with the password will effect the text so that it is unreadable. This function also encrypts and decrypts depending on if you set EnDeCrypt Boolean to True or False.
I am sure you could crac ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A simple encryption module | VB 6.0 | Beginner / NL_Programmer (from psc cd) | 1111 since 1/23/2015 1:15:00 PM |
By 7 Users
|
|
This is a quick little encryption file I put togeather in about half an hour. It's reasonably secure for whatever you want to use it for
Feel free to add this to whatever program you want
to. |
|
|
|
 |
A Simple Encryption/Decryption bas using ASCII | VB 6.0 | Beginner / Jaime Muscatelli (from psc cd) | 4159 since 1/30/2015 4:07:00 AM |
By 7 Users
|
|
This is great for beginners! This takes each character of a string and converts it to an ASCII value, then adds or substracts a designated number in order to decrypt/encrypt the string. Great for in-app passwords! Check it out
sVariable = ENCRYPT(sYourStr ...(description truncated) |
|
|
|
 |
A simple encryption/decryption programm | VB 5.0, VB 6.0 | Beginner / Vass Peter (from psc cd) | 2006 since 2/20/2015 7:36:00 PM |
By 2 Users
|
|
Don't expect too much from my code :(!! i'm a beginner, but I think it's a good code for a 13 years old :P!!
In the .zip there are 2 directories: one contains the decryption program,the other contains the encryption program.
How it works:
******Encryption ...(description truncated) |
|
|
|
 |
A SINE256 Encryption Module (Faster than winzip) | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Miguel Tremblay (from psc cd) | 4035 since 2/17/2015 6:47:00 AM |
By 12 Users
|
|
Was tired of slow or inaccurate encryption i found on pscode so i made my own. I personnaly never saw anyone use this method and i personnaly never found something that fast on pscode.
Basic but very fast and strong encryption.
There is 5 "password" par ...(description truncated) (ScreenShot) |
|
|
|
 |
A yArch Yahoo Archive Reader | VB 6.0 | Intermediate / r_t (from psc cd) | 1071 since 2/15/2015 3:38:00 AM |
By 3 Users
|
|
Enumerates, decrypts and displays archived Yahoo Messenger conversations. |
|
|
|
 |
Advanced Encryption DLL (Example) | VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Not Given / Jack Hoxley (from psc cd) | 2887 since 1/3/2015 8:39:00 AM |
By 39 Users
|
|
This DLL, once declared will encrypt any String fed to it based on a number that you give it. Works prefectly, ie. no characters are deformed. Offers very good encryption. Can only be encrypted with the number that it was encrypted with. It can be used to ...(description truncated) |
|
|
|
 |
Advanced Encryption Standard Class | VB 6.0 | Advanced / Korejwa2 (from psc cd) | 5746 since 2/15/2015 6:26:00 PM |
By 29 Users
|
|
Fast and efficient military grade encryption in a single class that can be added to any project. AES (128 bit blocksize Rijndael with 128, 192, or 256 bit keysize) is used by the US government to protect SECRET and (with 192 or 256 bit keys) TOP SECRET cl ...(description truncated) |
|