Skip to content

thisismyrobot/MooCaW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MooCaW

A simple implementation of "Chaffing and Winnowing" (CaW) as proposed by Ronald L. Rivest.

See: https://people.csail.mit.edu/rivest/chaffing-980701.txt (copy in doc/)

Usage

Encode message

echo "My message" | py encode.py [secret key] > cypher.txt

Decode message

cat cypher.txt | py decode.py [secret key]

Other options

py encode.py -h
py decode.py -h

Requirements

Python 3.7

About

Chaffing and Winnowing: Confidentiality without Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages