Skip to content

Commit

Permalink
Modify example to fix link (.com -> .io) (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiterallyVoid authored Feb 19, 2023
1 parent 5dac008 commit e85077f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1>Many secrets</h1>
<p>You unlocked me!</p>
<p>Back to <a href="https://robinmoisson.github.com/staticrypt">StatiCrypt</a></p>
<p>Back to <a href="https://robinmoisson.github.io/staticrypt">StatiCrypt</a></p>
2 changes: 1 addition & 1 deletion example/example_encrypted.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
var decode = codec.init(cryptoEngine).decode;

// variables to be filled when generating the file
var encryptedMsg = '76c0544deb5605a336e09f4579904448a97a7ed8ad58d764d519a4c4aa10960aa1d943725d76599ecb21a7bf57853aa6U2FsdGVkX1+e6Qjrw0mQlBXmulS5Mga0HtsQ2NiVEV144HhClfGUm9pI28u+7XSraW1jxEIXRDWkcnIEdK98u5eBCC2iMVJneDe/z6Ep3JHuPYIYmRIXzdBUDPUpsnITOz9xpnRrEIPXPuHUExbOzDhNzkiBTvI3pjpJwl51ApCxRU/THans3lzSb2NldDNxInogvY5IRcY8Z63tJMtsvQ==',
var encryptedMsg = 'e2097d2f28456efc381ee3693ee4f3c83bbcabd66ac3a80a0a7f163fb009b932c0a25e135aa360fd56ec151d9cec7b02U2FsdGVkX1/BUsUWRYt2XNHAIpvZEDZd3NiW9ev5M8mJXqm1MXQ7pyjmZGM1o+77gjVfIiclQhWy3WM06RvYelbQUdDRBb9pan7fVLB2v1dFWnT6OjNWjqAwv0DgDS6IEsDyNJxRmMuNC2JYPAvcm4nnx2PUCjSbo097nKPRLz9NkzHt6Xv5u+FIlisD5dDImTRLoGZGm7o5uB57R8ZOHQ==',
salt = 'b93bbaf35459951c47721d1f3eaeb5b9',
labelError = 'Bad password!',
isRememberEnabled = true,
Expand Down

0 comments on commit e85077f

Please sign in to comment.