hashes Flashcards
1
Q
is a hash generator for passwords and uses salt to create a non-recurrent hash. It is used mainly on Linux systems.
A
Bcrypt (Blowfish crypt)
2
Q
MD5/MD4 output size?
A
128 bits
3
Q
SHA-1 output size?
A
160
4
Q
Light weight hash that’s x5 faster than SHA-256, meant for short message hashing.
A
lesamnta-LW
5
Q
Quark output size?
A
64, 112
6
Q
What is Quark used for besides hashing?
A
stream encryption
7
Q
Chaskey key size and use?
A
128
LW HMAC key signing for IoT
8
Q
RC4 size?
A
1-2048, 40 reccomended
9
Q
128 bit output
A
MD5
10
Q
160 bit output
A
SHA-1
11
Q
64/112 bit output
A
Quark