0x14. C Bit manipulation Task 07 - humtej1204/holbertonschool-low_level_programming GitHub Wiki
7. Crackme3
#advanced
Find the password for this program.
- Save the password in the file
101-password
- Your file should contain the exact password, no new line, no extra space
julien@ubuntu:~/0x14. Binary$ ./crackme3 `cat 101-password`
Congratulations!
julien@ubuntu:~/0x14. Binary$
Repo:
- GitHub repository: holbertonschool-low_level_programming
- Directory: 0x14-bit_manipulation
- File: 101-password