|
Home >> Code Snippets
Poorboy Hash Function | Version: VB6 | Author: David M. Lewis | Submitted: 9/9/2013 | Views: 4185 | Very simple method of producing hashes. This has variable length input and output.
|
Smokescreen Hash Function | Version: VB6, VB 2005, VB 2008, VB 2010, VB 2012 | Author: David M. Lewis | Submitted: 9/1/2013 | Views: 5165 | This is a simple hash function with variable output length. It is meant for educational use. Great for novice encryption projects.
|
CAPTCHA in asp.net | Version: ASP.NET 3.5 | Author: Arindam Ghosh | Submitted: 8/10/2013 | Views: 7816 | How to create a simple CAPTCHA using
Asp.net and with C#.
|
Change ProgressBar Color | Version: VB 2012 | Author: Komal Paudyal | Submitted: 8/1/2013 | Views: 15471 | With This code you can change the progressbar green color to RED, YELLOW ETC.
|
Random Number | Version: VB 2010 | Author: Acorns | Submitted: 7/6/2013 | Views: 5566 | Picks 6 unique random numbers from 49 and displays them in label array.
|
Shackle Cipher 2048-bit | Version: VB6 | Author: David M. Lewis | Submitted: 1/25/2013 | Views: 6194 | Shackle is a 2048-bit cipher that employs plaintext chaining. The creation of new key blocks is seeded by previous blocks of plaintext. It also uses a transposition cipher (transpX) function to prevent known plaintext attacks. The speed is about 500KB ...more>> |
256bit Key Generator | Version: VB6 | Author: David M. Lewis | Submitted: 12/29/2012 | Views: 7619 | Generates a scrambled 256 byte key string, with no redundancy, based on a password as a seed. Use for encryption purposes.
|
How to rename a file | Version: VB6 | Author: Hamidreza khazayie | Submitted: 12/21/2012 | Views: 6347 | You can call the sub to rename your file.
|
Parallel Port Data Pin Decoder | Version: VB6 | Author: Bob Brandt | Submitted: 12/16/2012 | Views: 6366 | Read Parallel Port Data, Status or Control Lines Individually, Instead as just a 0 to 255 Number.
Simplifies Decoding. Can Be Rewritten to Use with Vb.net
|
MySQL Database Connection | Version: VB 2005 | Author: Sean D | Submitted: 11/28/2012 | Views: 11918 | Connection string for connecting to MySQL database from vb.net. | << Previous Page 3 of 67 Next >>Go to page: 3 4 5 6 7 8 ...
|
|