-
For crypto part use https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/
Here is how this function could look:
``` python
envelope = create_envelope(nodes, content)
```
`nodes` shoul…
sirex updated
9 years ago
-
Hello,
Encrypting the models are good, but after the encryption, if I want to get the data by the id of the row i get the exception error like mentioned above.
My Modal
```
from fernet_fields…
-
Adicionar opção de cadastro de usuário e biblioteca pessoal.
-
If the secret key changes then the encrypted data will be lost. There should be a way to rotate the key with minimal work or problems which might cause downtime.
-
The Python Zen states
```
Errors should never pass silently.
Unless explicitly silenced.
```
The following code
``` python
if isinstance(value, basestring):
try:
…
-
Currently we hash sensitive data like BSN's when a submission is deemed finished processing (which can be when it's failed the maximum times of failure during registration).
This breaks additional …
-
Hello,
First of all thank you very much for this project. It does a lot of heavy lifting and is well-documented.
During our security review, one of our developers pointed out that the `TOTPDevic…
-
### Thema / Theme
API
### Omschrijving / Description
Dimpact / @robwagelaar has requested a functionality to show in OIP which not-yet-completed forms a user can continue with, as an expansion of t…
-
Last commit seems to be three years ago. Is it safe to assume spec is not maintained anymore?
-
## General
### Standard for Standards & Documentation
- [x] https://github.com/SovereignCloudStack/standards/issues/502
- [x] https://github.com/SovereignCloudStack/standards/issues/501
- [x]…