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