HIME: Huge Integer Math and Encryption 1.04 HIME is a library with encryption functions and huge integer math functions.
RSA public key, AES (Rijndael), RC4 secret key encryption, MD5, SHA-256 hash function, random number generation (Blum-Blum-Shub, RSA), Diffie-Hellman...
Every programming language that can access a dll can use HIME: C, C++, Visual Basic, Delphi, PowerBASIC, PureBASIC..
The math functions work with huge integers that can be up to 2^31 bits long (268 million digits).
See also: RC4, Diffie-Hellman, SHA-256, digital signature, RSA, Rijndael, AES, secret key encryption, public key encryption, library, dll, encryption, arbitrary precision, multiple precision, SHA-1, MD5 |