Clean up of t55xx_default_pwds

Removed 1 whitespace, grouped some keys, uppercased keys and moved line comments to above the keys. Duplicate checked after and all is good, just another little spring clean (wasn't much I'll admit that)

Signed-off-by: amec0e <88857687+amec0e@users.noreply.github.com>
This commit is contained in:
amec0e 2022-10-05 23:07:19 +01:00 committed by GitHub
commit eba98a5577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,8 @@ C0F5009A
07CEE75D 07CEE75D
# #
# prefered pwds of members in the community # prefered pwds of members in the community
feedbeef FEEDBEEF
deadc0de DEADC0DE
# Default pwd, simple: # Default pwd, simple:
00000000 00000000
11111111 11111111
@ -69,12 +69,12 @@ CCCCCCCC
DDDDDDDD DDDDDDDD
EEEEEEEE EEEEEEEE
FFFFFFFF FFFFFFFF
a0a1a2a3 A0A1A2A3
b0b1b2b3 B0B1B2B3
00000001 00000001
00000002 00000002
0000000a 0000000A
0000000b 0000000B
01020304 01020304
02030405 02030405
03040506 03040506
@ -118,8 +118,10 @@ F0000000
AABBCCDD AABBCCDD
BBCCDDEE BBCCDDEE
CCDDEEFF CCDDEEFF
0CB7E7FC # rfidler? # rfidler?
FABADA11 # china? 0CB7E7FC
# china?
FABADA11
# 20 most common len==8 # 20 most common len==8
87654321 87654321
12341234 12341234
@ -130,22 +132,33 @@ FABADA11 # china?
11112222 11112222
13131313 13131313
10041004 10041004
# pii
31415926
# #
31415926 # pii ABCD1234
abcd1234
20002000 20002000
19721972 19721972
aa55aa55 # amiboo # rev amiboo
55aa55aa # rev amiboo AA55AA55
4f271149 # seeds ul-ev1 55AA55AA
07d7bb0b # seeds ul-ev1 # seeds ul-ev1
9636ef8f # seeds ul-ev1 4F271149
b5f44686 # seeds ul-ev1 07D7BB0B
9E3779B9 # TEA 9636EF8F
C6EF3720 # TEA B5F44686
7854794A # xbox tea constant :) # TEA
F1EA5EED # burtle 9E3779B9
69314718 # ln2 C6EF3720
57721566 # euler constant (dec) #
93C467E3 # euler constant (hex) # xbox tea constant :)
27182818 # natural log 7854794A
# burtle
F1EA5EED
# ln2
69314718
# euler constant (dec)
57721566
# euler constant (hex)
93C467E3
# natural log
27182818