VMPC

Python implementation of the VMPC stream cipher


Keywords
cryptography
Install
pip install VMPC==0.1.1

Documentation

VMPC Stream cipher

Usage:

from VMPC import VMPC
cipher = VMPC(key)
cipher_text = cipher.crypt(data, iv)