Answer the question
In order to leave comments, you need to log in
What encodings are there like Base64?
What encodings like base64 are there? I know md5 and that's all) It's the names
Or how to put a question on the Internet? I didn't find anything
Answer the question
In order to leave comments, you need to log in
base64 is just a byte array representation format, has nothing to do with encryption at all
md5 is not an encryption algorithm, it's a hashing algorithm.
Algorithms "like md5" can be searched for hash/sign/digest algorithms. The most commonly used are md5 or variations of sha (sha1, sha224, sha256, sha384, sha512), but they don't end there either.
There are also a lot of encryption algorithms, look for them as encryption algorithms. From the first thing that comes to mind - aes/des/tripledes/blowfish/twofish/rc2/seed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question