Python Forum
encryption and decryption with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
encryption and decryption with python
#2
There are many encryption packages available, you can start here: https://pypi.org/search/?q=crypto&o=-zscore
Some of these probably allow choice of encryption type.
Couldn't find a direct comparison between one-time pad and fernet but this: https://www.astesj.com/publications/ASTESJ_020506.pdf
compares one-time pad to KCT, following the references may find you what you want.
Reply


Messages In This Thread
encryption and decryption with python - by ibrahim - May-15-2020, 07:11 PM
RE: encryption and decryption with python - by Larz60+ - May-16-2020, 03:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Decryption not working if key has same symbol like text Paragoon2 0 292 Nov-11-2023, 09:32 PM
Last Post: Paragoon2
Question Help with function - encryption - messages - NameError: name 'message' is not defined MrKnd94 4 2,776 Nov-11-2022, 09:03 PM
Last Post: deanhystad
  need help one time pad encryption implementation ! nad556 1 1,913 Nov-28-2020, 06:11 PM
Last Post: nad556
  cipher decryption tool nightfox82 0 1,298 Mar-25-2020, 06:36 AM
Last Post: nightfox82
  File encryption itzik 5 2,798 Nov-05-2019, 12:29 PM
Last Post: Gribouillis
  Vernam encryption method for files JohnCTX 1 2,389 Sep-18-2019, 04:31 PM
Last Post: JohnCTX
  Regarding encryption and decryption naressh1994 1 2,391 Jan-25-2019, 07:26 AM
Last Post: buran
  AES encryption - does not match between arduino and python 3 crypto guillaume55 0 3,993 Sep-23-2018, 11:14 AM
Last Post: guillaume55
  Python function that uses a word as the encryption key, rather than an integer wak_stephanie 4 4,770 Aug-31-2018, 12:16 PM
Last Post: perfringo
  lab experiment / encryption pythan 0 2,436 Jun-09-2018, 07:19 PM
Last Post: pythan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020