Base64 is not, in any sense, encryption. Nor is MD5 for that matter, which is instead a weak hashing algorithm. Base64 is a way of representing arbitrary binary data in ASCII. At best, it gives you shallow obfuscation, worthless if you expect and desire encryption.