Skip to content

Simple symmetric cipher that used XORSHIFT32 for the random number generation.

Notifications You must be signed in to change notification settings

Aleksander223/xorshift32-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xorshift32-encryption

Simple symmetric cipher that used XORSHIFT32 for the random number generation.

I had to write a program for an assignment that encrypts and decrypts BMP files using a symmetric cipher. This one, in particular, uses XORSHIFT32 for it's number generation, the seed being provided by the key.

About

Simple symmetric cipher that used XORSHIFT32 for the random number generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages