Skip to content

MetalDroid/ReverseXOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReverseXOR

ReverseXor encryption in Java.

It consists of two parts:

To encrypt:

ReverseMod: modified string reverse that separates the string into groups of the given size and reverts its content individually. Example using reverse length = 4: Hello World -> lleHow odlr

Later, xor is applied to each character using as an index each character of the given password.

To decrypt: First apply xor and then ReverseMod.

About

ReverseXor encryption in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages