Skip to content

A simple file command line utility for file encryption using the ISAAC cryptographic pseudo-random number generator.

Notifications You must be signed in to change notification settings

FOSSUnleashed/isaac-crypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isaac-crypto

A simple file command line utility for file encryption using the ISAAC cryptographic pseudo-random number generator. The implementation of the random number generator is not mine, but the method of seeding the state from a passphrase and the feedforward cipher element are both mine.

compiling

$ gcc -o ic ic.c

running

 $ ic <commandflags> passphrase  input-file output-file
  e encrypt the input-file, write result to output-file
  d decrypt the input-file, write result to output-file

About

A simple file command line utility for file encryption using the ISAAC cryptographic pseudo-random number generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%