Skip to content

Commit a6c383a

Browse files
committed
1 parent 4d898f9 commit a6c383a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Encryption/EncryptAlgorithm.cpp

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

0 commit comments

Comments
 (0)