- TLS Refactoring
This commit is contained in:
8
documentation/generating_codes.md
Normal file
8
documentation/generating_codes.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Generating codes
|
||||
|
||||
## API_ENCRYPTION_KEY
|
||||
|
||||
```python
|
||||
from cryptography.fernet import Fernet;
|
||||
print(Fernet.generate_key().decode())
|
||||
```
|
||||
Reference in New Issue
Block a user