stress test

This commit is contained in:
Usman Nasir
2021-05-10 17:05:30 +05:00
parent 698d85a3e8
commit 9a32808a50
4 changed files with 8 additions and 12 deletions

View File

@@ -17,10 +17,7 @@ import stat
VERSION = '2.1'
BUILD = 1
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
'nums': '0123456789',
'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
}
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz','nums': '0123456789','big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}
def generate_pass(length=14):