• Why would you salt Base64 encoded data? Base64 is a reversible transformation, not encryption.

    The article show how to use a 3rd party Blowfish function to encrypt your data with a key - just generate your salt value(s) and prepend or append them to your plaintext before you pass it through the Blowfish function.

    Regards,

    Jacob