Search found 1 match

by brutusmcforce
Fri Oct 08, 2021 3:18 pm
Forum: General Discussion and Questions
Topic: Encrypt in ucryptolib, decrypt in NodeJS
Replies: 1
Views: 2477

Encrypt in ucryptolib, decrypt in NodeJS

Hi guys, I'm having some problems getting a NodeJS server to decrypt things i've encrypted with aes on MicroPython. I've implemented my own pkcs7 padding and when i check the data before encrypting everything seems correct, seeing as PKCS7 is fairly straightforward. However, when I try to decrypt th...