Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaskey_lts

A pure Python chaskey cipher implementation developed initially for use with the donut_decryptor.

Installation

You can install donut_decryptor for usage using pip:

python -m pip install chaskey

For usage instructions use the following input at a python prompt:

> import chaskey

> help(chaskey.Chaskey)

TODO

  • Implement non-CTR cipher modes
    • Electronic Code Book (ECB)
    • Cipher Block Chain (CBC)
    • Cipher Feedback Mode (CFB)
    • Output Feedback Mode (OFB)
    • Galois Counter Mode (GCM)
  • Consider a class based definition of cipher modes to replace the current catch-all implementation

About

Pure python implementation of Chaskey LTS

Resources

Stars

5 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages