Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit d4eac61

Browse files
committed
no message
1 parent d5e3283 commit d4eac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/windows/www/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
var cipherString = localSettings.values[name];
9696
if (cipherString) {
9797
var cryptography = Windows.Security.Cryptography;
98-
var keyHash = this.getMd5Hash("Va@wxa!bO2!95-lO1_yc_^@kYE0&7EUBL$S,C%YUgMRTnAF$vC6WcGX!v[\khg");
98+
var keyHash = this.getMd5Hash("8ce135b5a2361f7eecb83a42f2df15e2");
9999
var toDecryptBuffer = cryptography.CryptographicBuffer.decodeFromBase64String(cipherString);
100100
var aes = Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.openAlgorithm(Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.aesEcbPkcs7);
101101
var symetricKey = aes.createSymmetricKey(keyHash);

0 commit comments

Comments
 (0)