Skip to content

Commit 6df2391

Browse files
committed
1 parent a6c383a commit 6df2391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encryption/EncryptAlgorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ int main()
1010
{
1111
string plaintext = "hello nsfjnoiwjwljelk";
1212
string ciphertext = "";
13-
string keyword = "123456";
13+
string keyword = "123456";
1414
MD5 m;
1515
cout<<m.Encrypt("abc");
1616
//cout << "ÃÜÎÄÊÇ£º" << endl;

0 commit comments

Comments
 (0)