Update complex_backend_security_with_encrypted_waves_and_anomaly_detection.py
Browse files
complex_backend_security_with_encrypted_waves_and_anomaly_detection.py
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""Complex backend security with encrypted waves and anomaly detection
|
3 |
-
|
4 |
-
Automatically generated by Colab.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/1iCPhdZ1rZxxWmNqFPIUGGrtgVUfgcPcI
|
8 |
-
"""
|
9 |
-
|
10 |
from cryptography.fernet import Fernet
|
11 |
|
12 |
# Generate a key for encryption
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from cryptography.fernet import Fernet
|
2 |
|
3 |
# Generate a key for encryption
|