/cipher

A program to encrypt messages with keys

Primary LanguagePython

cipher

A program to encrypt messages with keys

USAGE

./cipher message key flag

DESCRIPTION

message a message, made of ASCII characters key the encryption key, made of ASCII characters flag 0 for the message to be encrypted, 1 to be decrypted