Answer the question
In order to leave comments, you need to log in
Which string encryption method to choose in the following example?
I offer several variations of encrypted strings:
0000 = 4V5Q10o4M3vLe7Bx41y5M67n+CY=
0 = DFXbU4Z/oPur4IuKhk1fUl4910M=
1111 = ZqNSHv3VnboozSguaUfYUwqO9Vg=
password = rnqBiufuMKYb3WV5c/XmEu01dgw=
Answer the question
In order to leave comments, you need to log in
Base64, each line is 27 characters long, 27*6/8 = 20 bytes = 160 bits binary value, possibly SHA-1. Since sha1('0') does not directly match decode_base64('DFXbU4Z/oPur4IuKhk1fUl4910M='), a salt must have been used.
The output seems to be base64, but not from the original data, which means that the original data is being processed by something else.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question