Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bithalo committed Jun 11, 2024
1 parent d97732a commit 0e6aeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,6 @@ <h2 t-id="40" style="width: 100%; max-width: 900px; align-items: center; display
for(var i=1; i<50000; i++) {
userprivkey=Crypto.SHA256(userprivkey);
}
console.log(userprivkey);
userprivkey = cryptico.generateRSAKey(userprivkey, 1024);
userpubkey = cryptico.publicKeyString(userprivkey);
document.getElementById("myPasswordInput").value = Crypto.SHA256("default");
Expand Down

0 comments on commit 0e6aeb4

Please sign in to comment.