we_whisper v0.1.3 WeWhisper.Cryptor

Summary

Functions

Decrypt encrypted message using encoded AES key Returns appid and decrypted message

Encrypt message using encoded AES key and appid Returns encrypted message

Functions

decrypt(msg_encrypt, encoding_aes_key)
decrypt(binary, binary) :: {binary, binary}

Decrypt encrypted message using encoded AES key Returns appid and decrypted message

encrypt(message, appid, encoding_aes_key)
encrypt(binary, binary, binary) :: binary

Encrypt message using encoded AES key and appid Returns encrypted message