Skip to content

aviniciux/NBitKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBitKey

N-bit Key Data Encryption for Block Cyphers

To run the encrypt stage of the 8-bit version:

java Eightbit.java
javac Eightbit path-to-your-image.jpg 0

To run the decrypt stage of the 8-bit version:

javac Eightbit path-to-you-image.jpg 1

To run the encrypt stage of the 256-bit version:

java TwoFiveSixBits.java
javac TwoFiveSixBits path-to-your-image.jpg 0

To run the decrypt stage of the 256-bit version:

javac TwoFiveSixBits path-to-you-image.jpg 1

To run the encrypt stage of the N-bit version:

java NBits.java
javac NBits path-to-your-image.jpg 0

To run the decrypt stage of the N-bit version:

javac NBits path-to-you-image.jpg 1

About

N-bit Key Data Encryption for Block Cyphers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages