1
Fork 0
This commit is contained in:
Jake Howard 2020-05-30 16:19:09 +01:00
parent 190b317fe7
commit b051573cc1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -97,7 +97,7 @@ def constant_time_compare(val1, val2):
## Concluding ## Concluding
Storing passwords is pretty simple, right? Whilst the above sounds fairly complicated, in reality it's simple. The advise for now is only valid for now, for right now. In a few months, years or even days from now, this could all be obsolete. The best thing you can do is to not store passwords yourself and let someone else, someone who's up-to-date with security practices, to define it for you. Storing passwords is pretty simple, right? Whilst the above sounds fairly complicated, in reality it's simple. The advice for now is only valid for now, for right now. In a few months, years or even days from now, this could all be obsolete. The best thing you can do is to not store passwords yourself and let someone else, someone who's up-to-date with security practices, to define it for you.
```python ```python
def encode(self, password, salt, iterations): def encode(self, password, salt, iterations):