Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 477 Bytes

VKCrypto Library

This library was originally created to handle virtual keys in a database and in a python client in a paranoid way; it's designed to be simple, as it only contains three algorithms:

  • Scrypt Hashing
  • Encryption with AES 256 CBC and a Scrypt hash
  • RSA Encryption with AES 256 CBC

Dependencies

In order to compile you must have OpenSSL, libscrypt installed as development packages.

#Usage

Coming soon...