passphrase: include all ASCII characters

This commit is contained in:
Jochen Hoenicke 2018-03-06 22:15:25 +01:00 committed by Pavol Rusnak
parent a697d482bf
commit ffe151459b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ KEYBOARD_KEYS = (
('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'),
(SPACE, 'abc', 'def', 'ghi', 'jkl', 'mno', 'pqrs', 'tuv', 'wxyz', '*#'),
(SPACE, 'ABC', 'DEF', 'GHI', 'JKL', 'MNO', 'PQRS', 'TUV', 'WXYZ', '*#'),
('_', '.', '/', '!', '+', '-', '?', ',', ';', '$'))
('_<>', '.:@', '/|\\', '!()', '+%&', '-[]', '?{}', ',\'`', ';"~', '$^='))
def digit_area(i):