Skip to content

msarfati/cypher-cossack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cypher Cossack

Michael Sarfati, May 2016

A web and RESTful front-end for the various ciphers.

Installation

git clone git@github.com:msarfati/cypher-cossack.git
mkvirtualenv -p `which python3` -a . cypher-cossack
make install && make server

Features

Web GUI

API

  • generate-key(s) - POST: {'s': "your salt"}
    • api.cypher-cossack.org/generate-key
  • encrypt(k, m) - POST: {'k': "your key", "m", "your m"}
    • api.cypher-cossack.org/{cipher}/encrypt
  • decrypt(k, c)
    • api.cypher-cossack.org/{cipher}/decrypt
  • list-ciphers() - Returns currently supported ciphers
    • api.cypher-cossack.org/list-ciphers
  • get-cipher(name) - Returns metadata for a particular algorithm
    • api.cypher-cossack.org/get-cipher

Dependencies

About

🔐 A web and RESTful front-end for various ciphers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published