I have to encrypt a password with 3DES and send it as parameter to login service on backend.
I'm struggling searching an algorithm to achieve 3DES during last week but I can't be able to find it.
I need to crypt the password with a key and an initializer vector (aka iv).
Someone knows a free library or an algorithm appropriate?
Thanks.