Skip to content

rioki/ciphersaber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rioki's Implementation of the Ciphersaber

The Ciphersaber is a small and practical implementation of cryptography with the help of the RC4 cipher.

This was a fun hobby project of mine. You should not use it for anything serious. There are a number of flaws with the ciphersaber. It uses the system's rand function, initialized with time. The RC4 cipher is not considered safe anymore.

You can do with code whatever you like, see COPYING.txt for details.

Special thanks to gnibbler and CodesInChaos for pointing out the flaws int the code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages