bencode -- Simple hashing/encrypting module 07-05-2013, 01:29 AM
#1
BenCode
Simple hashing/encrypting module
Simple hashing/encrypting module
Usage
--> Add Reference to bencode.dll
--> Dim b As New bencode.bencode
Documentation
--> b.SHA1("Input String") returns "Hashed result"
--> b.SHA256("Input String") returns "Hashed result"
--> b.SHA384("Input String") returns "Hashed result"
--> b.SHA512("Input String") returns "Hashed result"
--> b.RIPEMD160("Input String") returns "Hashed result"
--> b.MD5("Input String") returns "Hashed result"
--> b.RC2("Input String") returns {"Encrypted Result", "Generated Key", "Init Vector"}
--> b.AES("Input String") returns {"Encrypted Result", "Generated Key", "Init Vector"}
--> b.DES("Input String") returns {"Encrypted Result", "Generated Key", "Init Vector"}
--> b.TDES("Input String") returns {"Encrypted Result", "Generated Key", "Init Vector"}
--> b.RSA("Input String") returns "Encrypted Result"
Download (23KB) | Virus Scan






![[+]](https://sinister.li/images/modern/collapse_collapsed.png)



![[Image: tumblr_m4vms28lYu1qj3ir1.gif]](http://media.tumblr.com/tumblr_m4vms28lYu1qj3ir1.gif)