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

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
luissilvaos committed Nov 12, 2015
1 parent d5e3283 commit d4eac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/windows/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
var cipherString = localSettings.values[name];
if (cipherString) {
var cryptography = Windows.Security.Cryptography;
var keyHash = this.getMd5Hash("Va@wxa!bO2!95-lO1_yc_^@kYE0&7EUBL$S,C%YUgMRTnAF$vC6WcGX!v[\khg");
var keyHash = this.getMd5Hash("8ce135b5a2361f7eecb83a42f2df15e2");
var toDecryptBuffer = cryptography.CryptographicBuffer.decodeFromBase64String(cipherString);
var aes = Windows.Security.Cryptography.Core.SymmetricKeyAlgorithmProvider.openAlgorithm(Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.aesEcbPkcs7);
var symetricKey = aes.createSymmetricKey(keyHash);
Expand Down

0 comments on commit d4eac61

Please sign in to comment.