Why cryptography matters for security and CTFs The two main classes of cryptography and their uses RSA, and some of the uses of RSA 2 methods of Key Exchange Notes about the future of encryption with ...
Find files based on filename find [directory path] -type f -name [filename] find /home/Andy -type f -name sales.txt Find Directory based on directory name find [directory path] -type d -name [filename ...