perslev / CanvasSync

Synchronise modules, assignments and files located on a Canvas by Instructure web server to your local computer.
MIT License
63 stars 28 forks source link

Use Crypto's pad function #36

Closed kwadkore closed 1 year ago

kwadkore commented 1 year ago

For some reason, the custom padding code results in an ValueError ("ValueError: Incorrect IV length (it must be 16 bytes long)"). The error isn't generated when using the pad function.