Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Symmetric Encryption

Itay Grudev edited this page Oct 2, 2016 · 5 revisions

Symmetric encryption is performed with the Encryption::Symmetric class.

Methods

::new
#encrypt
#decrypt
#respond_to

Encryption::Symmetric

new → new_symmetric_encryption

encrypt(string) → encrypted string

decrypt(encrypted_string) → original string

respond_to?(symbol, include_all=false) → true or false

respond_to?(string, include_all=false) → true or false