HIME is a library with encryption functions (public key/ secret key) and huge integer math functions. RSA public key, AES (Rijndael) secret key encryption. SHA-256 hash function. Random number generation (Blum-Blum-Shub, RSA,..). 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).
|