generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
74 stars 19 forks source link

Provide examples and tests for other encryption types #7

Open generalpiston opened 6 years ago

generalpiston commented 6 years ago

See openssl list-cipher-algorithms for a complete list. Here's the abbreviated shortlist:

rubiin commented 4 years ago

is the iv optional? @generalpiston

generalpiston commented 4 years ago

@rubiin I believe the IV is not required. IV length is I believe.

rubiin commented 4 years ago

@generalpiston also i cannot decode the encoded data in python with the same key why