Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "David M. Lewis"

Poorboy Hash FunctionVersion: VB6
Author: David M. LewisSubmitted: 9/9/2013Views: 4308
Very simple method of producing hashes. This has variable length input and output.

Smokescreen Hash FunctionVersion: VB6, VB 2005, VB 2008, VB 2010, VB 2012
Author: David M. LewisSubmitted: 9/1/2013Views: 5291
This is a simple hash function with variable output length. It is meant for educational use. Great for novice encryption projects.

Shackle Cipher 2048-bitVersion: VB6
Author: David M. LewisSubmitted: 1/25/2013Views: 6368
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 GeneratorVersion: VB6
Author: David M. LewisSubmitted: 12/29/2012Views: 7827
Generates a scrambled 256 byte key string, with no redundancy, based on a password as a seed. Use for encryption purposes.
Page 1 of  1

Go to page: 1