rickyes / jasypt

org.jasypt.util.text.BasicTextEncryptor for Node.js
MIT License
14 stars 8 forks source link

Some special characters don't decode correctly #6

Open slewis77 opened 3 years ago

slewis77 commented 3 years ago

E.g.:

npx jasypt -p 0x1995 -e '£££ abc £££' rWP4xiNd8l5E9KNjAO2R78NGVXeOzbJHg3OtWrhvElQ=

npx jasypt -p 0x1995 -d rWP4xiNd8l5E9KNjAO2R78NGVXeOzbJHg3OtWrhvElQ= £££ abc ££��

rickyes commented 3 years ago

Sorry for the late reply, I will confirm this today