Apollo18.Based64Cipher (Apollo18 v1.0.1)

Provides cipher mechanism to make your things be like Apollo 18: Officially don't exists, only the owner know that it (if ?) exists.

The truth is out there (Maybe ...).

Uses the Apollo18.Cipher mechanism, applying additional steps, to encode/decode to/from base64 before/after cipher/decipher.

Link to this section Summary

Functions

Same doc as for Apollo18.Cipher. Only add a base64 encode conversion to received text/string before call Apollo18.Cipher.cipher(string,salt).

Same doc as for Apollo18.Cipher. Only add a base64 decode conversion to received text/string after receive the result of call Apollo18.Cipher.decipher(string,salt).

Link to this section Functions

Link to this function

cipher(string, salt \\ 1, key \\ 0)

(since 1.0.0)

Same doc as for Apollo18.Cipher. Only add a base64 encode conversion to received text/string before call Apollo18.Cipher.cipher(string,salt).

Link to this function

decipher(string, salt \\ 1, key \\ 0)

(since 1.0.0)

Same doc as for Apollo18.Cipher. Only add a base64 decode conversion to received text/string after receive the result of call Apollo18.Cipher.decipher(string,salt).