Skip to content

01000010/string_scramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string_scramble

A string scrambler made in Assembly/C++.

A simple program that takes a string and scrambles it, then restores it back to its original state.

It scrambles the string by generating pseudorandom positions, the data of the positions generated is saved, so this way we can unscramble the string using this data.

If you find this code useful let me know or give me a shoutout! I'll appreciate it. Also, if you have any questions or need some help, feel free to contact me at: brandon_segura@outlook.com

TODO: Make a better README.md. Add more detail about the program. Add the rest of the files, and format the code.

About

A string scrambler made in Assembly/C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published