We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c373e0 commit d4e15a4Copy full SHA for d4e15a4
main.js
@@ -84,7 +84,7 @@ function generatePopUp(msg) {
84
//generating the key
85
function keyGen(length = 1) {
86
const CHAR =
87
- "abcdefghijklmnopqrstuvwxyzABCDEFGHUJKLMNOPQRSTUVWXYZ!@#$%^&*()_+=0123456789/|-`',.?";
+ "abcdefghijklmnopqrstuvwxyzABCDEFGHUJKLMNOPQRSTUVWXYZ!?&*_0123456789-,";
88
let key = "";
89
90
for (let i = 0; i < +length; i++) {
0 commit comments