#### Description Add encryption for secure data exchange of two types under the following indexes: - `f` (full) - Full encryption with signature - `e` (embedded) - Simplified XOR encryption with token for weak devices #### Tasks - [ ] Make file `encryption.py` - [ ] Create new methods for encryption - [ ] Add version checker - [ ] Check the functionality of the functions
Description
Add encryption for secure data exchange of two types under the following indexes:
f(full) - Full encryption with signaturee(embedded) - Simplified XOR encryption with token for weak devicesTasks
encryption.py