Peter Scott
Results
3
comments of
Peter Scott
The thread-safety stuff is the part that I personally care about the most.
Well, the usual method is this: 1. Generate a random IV for each message from `os.urandom()` 2. Encrypt the plaintext with the encryption key and IV in CBC mode. 3....
Data.Yaml.Syck is not the source of the problem; I've reproduced it with my own parser. The problem is that, when the tube list is very long, a single call to...