AES encrypt in Angular and decrypt in Python
I am trying to encrypt a password in Angular using crypto-js and decrypt in Python using pycryptodome.
I am trying to encrypt a password in Angular using crypto-js and decrypt in Python using pycryptodome.