Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 635 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 635 Bytes

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.