Skip to content

dani87/shadowsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadowsystem

ShadowSystem - an ephemeral symmetric block cipher

ShadowSystem is an ephemeral symmetric block cipher that encrypts data by passing it through 10 rounds of randomized(os.urandom) s-box, 6 rounds of randomized s-box shuffle and then returns the ciphertext and random byte states used for the encryption which are then used as key for the decryption process. This cipher is currently entirely experimental and in it's current state is NOT RECOMMENDED to be used in a production environment.

About

ShadowSystem - an ephemeral symmetric cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages