mardi 3 mars 2015

Is Base64 an encryption or encoding algorithm?


Vote count:

0




I have to use an encryption algorithm using Base64 but when I researched online I find forums state it is an encoding algorithm. This has me confused. :(


Is Base64 an encryption or encoding algorithm? How do we differentiate between the two except for the fact that one is publicly decipherable while the other needs a key for that?



asked 2 mins ago

Ahmed

1,087

1 Answer



Vote count:

0




It's an encoding algorithm to allow people to move data in an ASCII friendly environment (i.e. no control characters or anything non-printable). It should give you good portability with XML and JSON etc.


Anybody can Base64 decode your content, so it's not encryption. At least not useful as encryption.



answered 23 secs ago






Is Base64 an encryption or encoding algorithm?

Aucun commentaire:

Enregistrer un commentaire