Updated API (markdown)
parent
a64fb34c5b
commit
3b138fdfc9
2
API.md
2
API.md
@ -43,7 +43,7 @@ Error on any of the above | N/A | N/A | N/A | `{"status":1, "message":
|
||||
## Encryption
|
||||
|
||||
PrivateBin [uses](https://github.com/PrivateBin/PrivateBin/blob/master/lib/Sjcl.php) the [SJCL library](https://github.com/bitwiseshiftleft/sjcl) for de- and encryption. If you do not want to use it, you can find all properties for the JSON encryption result it below.
|
||||
The validation logic can be found [in the Sjcl.php file](https://github.com/PrivateBin/PrivateBin/blob/master/lib/Sjcl.php#L31-L102) and some examples for valid requests can be found in the [unit tests](https://github.com/PrivateBin/PrivateBin/blob/master/tst/SjclTest.php)
|
||||
The validation logic can be found [in the Sjcl.php file](https://github.com/PrivateBin/PrivateBin/blob/master/lib/Sjcl.php#L31-L102) and some examples for valid requests can be found in the [unit tests](https://github.com/PrivateBin/PrivateBin/blob/master/tst/SjclTest.php).
|
||||
|
||||
## JSON object properties
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user