Skip to content
/ vkcrypto Public

SIMPLE utility for scrypt hashing, AES256 CBC encryption with scrypt and RSA 2048 encryption with AES256 CBC (nothing more or less)

License

Notifications You must be signed in to change notification settings

onzag/vkcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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...

About

SIMPLE utility for scrypt hashing, AES256 CBC encryption with scrypt and RSA 2048 encryption with AES256 CBC (nothing more or less)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published