Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/encryption.rst
Commit message (Collapse)AuthorAgeFilesLines
* Implement removing encryptionArthur de Jong2018-02-081-0/+7
| | | | | This adds a function to decrypt all values and remove the encryption of an encrypted PSKC file.
* Add an is_encrypted propertyArthur de Jong2017-12-271-0/+6
| | | | | | This property can be use to see whether the PSKC file needs an additional pre-shared key or passphrase to decrypt any stored information.
* Add documentation for signed PSKC filesArthur de Jong2017-12-271-2/+2
|
* Document supported encryption and MAC algorithmsArthur de Jong2017-06-091-4/+32
| | | | This also includes a few other small documentation improvements.
* Clarify encryption.setup_*() documentationArthur de Jong2016-09-111-2/+2
| | | | | | This tries to make it clearer that the setup_preshared_key() and setup_pbkdf2() functions are meant to be used when writing out PSKC files.
* Document writing encrypted filesArthur de Jong2016-03-271-2/+72
|
* Add encryption algorithm propertyArthur de Jong2016-01-241-1/+5
| | | | | | Either determine the encryption algorithm from the PSKC file or from the explicitly set value. This also adds support for setting the encryption key name.
* Update some documentationArthur de Jong2015-12-281-4/+4
| | | | | This adds a development notes section to the README and changes the wording on the encryption page.
* Fix typo in the documentationMathias Laurin2015-12-011-1/+1
|
* Update documentationArthur de Jong2015-10-071-4/+8
| | | | | | | This updates the documentation with the new features (writing PSKC files) as well as many editorial improvements, some rewording and a few typo fixes. Some things were moved around a little in order to be more easily readable and easier to find.
* Update documentationArthur de Jong2014-06-161-10/+18
| | | | | | | | | This updates the documentation with the current API, adding information on exceptions raised, HMAC algorithms supported and changes to the MAC checking. This also includes some editorial changes to some of the text and making references shorter by not including the full package path.
* Provide Sphinx documentationArthur de Jong2014-05-191-0/+54