Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.31 KB

onion_hybrid.md

File metadata and controls

47 lines (25 loc) · 1.31 KB

Module onion_hybrid

Tor Hybrid Encryption using RSA and AES.

Authors: Alexander Færøy ([email protected]).

Function Index

decrypt/2Decrypt a given message.
encrypt/2Encrypt a given message.

Function Details

decrypt/2


decrypt(CipherText, SecretKey) -> PlainText

Decrypt a given message.

encrypt/2


encrypt(PlainText, PublicKey) -> CipherText

Encrypt a given message.