Peter Scott
Results
2
issues of
Peter Scott
Nice project you've got! I made a bunch of changes here: - Merge in the wip-reconnect branch, which gives a big improvement in robustness. - Rename README and TUTORIAL to...
pull
Currently, your AES encryption is using [ECB mode](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation), rather than a more reasonable mode of operation like CBC or CTR. ECB mode always encrypts each block the same way, which...
bug