Skip to content

Latest commit

 

History

History
122 lines (55 loc) · 1.82 KB

class.RijndaelCore.md

File metadata and controls

122 lines (55 loc) · 1.82 KB

Class RijndaelCore

Contents

Properties

Methods

Properties

$_iv

protected mixed $_iv

$_key

protected mixed $_key

Methods

__construct

mixed RijndaelCore::__construct($key, $iv)

Arguments

  • $key mixed
  • $iv mixed

decrypt

mixed RijndaelCore::decrypt($ciphertext)

Arguments

  • $ciphertext mixed

encrypt

boolean|string RijndaelCore::encrypt(string $plaintext)

Base64 is not required, but it is be more compact than urlencode

Arguments

  • $plaintext string