#EncryptionSnake
This is a wrapper for OpenSSL code to make encryption easy enough for stupid people to be dangerous. The code can without a doubt be made more clean; but, hey, It's free! Use this as you please!
Currently supports:
- SHA 256 hashing
- AES 256 CBC encryption and decryption
- AES 256 CTR encryption and decryption
- RSA key generation to files
- RSA encryption and decryption
- Public and Private random byte generation
- Base64 Encode and Decode