Skip to content

Commit

Permalink
cloak key size
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfly722 committed Sep 15, 2024
1 parent 3466c09 commit 80128ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloak.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
window.cloak = {
generateUID: function() {
return getRanHex(16);
return getRanHex(32);
},
hexToBase64: function(hex) {
if (hex.length <= 0) {
Expand Down

0 comments on commit 80128ff

Please sign in to comment.