Veruca

Veruca Cipher - VMPC Cipher implemented for A-Z ciphers


Keywords
cryptography
License
GPL-3.0
Install
pip install Veruca==0.2

Documentation

Veruca Cipher - VMPC cipher reduced for A-Z characters

*** Disclaimer - This cipher is meant for entertainment and educational purposes only and should not be used to actually provide good security Supports A-Z characters by default

Usage:

Veruca(key).encrypt(data, nonce)
Veruca(key).decrypt(data, nonce)