Python Forum
Stream Cipher Encryption and Decryption
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stream Cipher Encryption and Decryption
#4
(Jun-05-2017, 05:41 AM)micseydel Wrote:
(Jun-05-2017, 04:43 AM)volcano63 Wrote: BTW - your code should cause exception, because you cannot change string - it's immutable
OP reuses the variable but change the type with a list() call.

Missed that part - in all the spaghetti serving Wall Tongue
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
Stream Cipher Encryption and Decryption - by Iskuss - Jun-05-2017, 03:15 AM
RE: Stream Cipher Encryption and Decryption - by volcano63 - Jun-06-2017, 07:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Encryption program andrei 1 2,209 May-12-2022, 06:18 AM
Last Post: ndc85430

Forum Jump:

User Panel Messages

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