File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,25 @@ Here will come a showcase for the tools.
157
157
158
158
## References
159
159
160
- Here will come a list of references.
160
+ This project was only made possible due to the following references:
161
+
162
+ - [ Symmetric Encryption] [ ref1 ] : * cryptography.io*
163
+ - [ Symmetric Encryption Example] [ ref2 ] : * elc.github.io*
164
+ - [ Symmetric Padding] [ ref3 ] : * cryptography.io*
165
+ - [ Python Object Serialization] [ ref4 ] : * educba.com*
166
+
167
+ To the authors of those articles and websites, my deepest and sincere, thank you. Thank you for providing me with the
168
+ concepts and knowledge necessary so that I could make my ideas into something real.
169
+
170
+ #### * "If I have seen further it is by standing on the shoulders of Giants."* Isaac Newton (1642-1727)
171
+
172
+ ---
161
173
162
174
[ link1 ] : https://github.com/ItaloHugoMDS/Encryption_and_Decryption_with_Python
175
+ [ ref1 ] : https://cryptography.io/en/latest/hazmat/primitives/symmetric-encryption/ " Symmetric Encryption "
176
+ [ ref2 ] : https://elc.github.io/python-security/chapters/06_Symmetric_Encryption.html " Symmetric Encryption Example "
177
+ [ ref3 ] : https://cryptography.io/en/latest/hazmat/primitives/padding/# " PKCS7 Padding "
178
+ [ ref4 ] : https://www.educba.com/python-object-serialization/ " Serializing Byte Object "
163
179
[ tools ] : https://github.com/ItaloHugoMDS/Encryption_and_Decryption_Big_Files_with_Python?tab=readme-ov-file#how-to-use
164
180
[ showcase ] : https://github.com/ItaloHugoMDS/Encryption_and_Decryption_Big_Files_with_Python?tab=readme-ov-file#showcase
165
181
[ file1 ] : https://github.com/ItaloHugoMDS/Encryption_and_Decryption_Big_Files_with_Python/blob/main/requirements.txt
You can’t perform that action at this time.
0 commit comments