Updated API (markdown)

rugk 2017-02-17 13:42:50 +01:00
parent eb739f6ec5
commit 43e6b52e5e

3
API.md

@ -57,3 +57,6 @@ The validation logic can be found [in the Sjcl.php file](https://github.com/Priv
* **cipher**: cipher algorithm, only aes is supported by SJCL for symmetric encryption
* **salt**: the salt, encoded as base64 string
* **ct**: cipher text, encoded as base64 string
## More information
…can be found on [this wiki page](Encryption format).