Description: Implement RSA encryption with MATLAB, decryption, and try to crack the RSA.
RSA_Gen.m generate encryption keys RSA_Enc.m encrypt the original message
RSA_Dec.m decryption
RSA_Hack.m try to hack encrypted message
To Search:
File list (Check if you may need any files):
RSA_Dec.m
RSA_Enc.m
RSA_Gen.m
RSA_Hack.m