AESStreamTest: Added sample from user key

git-svn-id: svn://ultimatepp.org/upp/trunk@12686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2019-01-20 15:26:13 +00:00
parent 57d63d1c0d
commit caaaacf030

View file

@ -7,6 +7,8 @@ CONSOLE_APP_MAIN
{
// Generate cryptographically stable key
String key(AESRandomString(32));
// Generate key from user key
//String key(SHA256Bin("ThisIsMyWonderfulKey_&6;"));
// Encryption
String sIn,sOut;