We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d898f9 commit a6c383aCopy full SHA for a6c383a
1 file changed
Encryption/EncryptAlgorithm.cpp
@@ -11,7 +11,7 @@ int main()
11
string plaintext = "hello nsfjnoiwjwljelk";
12
string ciphertext = "";
13
string keyword = "123456";
14
- MD5 m;
+ MD5 m;
15
cout<<m.Encrypt("abc");
16
//cout << "ÃÜÎÄÊÇ£º" << endl;
17
//cout << d.ciphertext << endl;
0 commit comments