typeorm-encrypted
typeorm-encrypted copied to clipboard
Provide examples and tests for other encryption types
See openssl list-cipher-algorithms for a complete list. Here's the abbreviated shortlist:
- [ ] aes
- [ ] des
- [ ] bf
is the iv optional? @generalpiston
@rubiin I believe the IV is not required. IV length is I believe.
@generalpiston also i cannot decode the encoded data in python with the same key why