Hi, basically I receive a string generated by a user, then "encode" it
using some secret string I own and pass the result to other user, and
when I receive such a resulting string I must be able to decode it
using my secret string (but no other should be able to decode the
resulting string without knowing my secret key. This is:
Hi, basically I receive a string generated by a user, then "encode" it
using some secret string I own and pass the result to other user, and
when I receive such a resulting string I must be able to decode it
using my secret string (but no other should be able to decode the
resulting string without knowing my secret key. This is:
Hi, basically I receive a string generated by a user, then "encode" it
using some secret string I own and pass the result to other user, and
when I receive such a resulting string I must be able to decode it
using my secret string (but no other should be able to decode the
resulting string without knowing my secret key. This is:
Thanks, I'm trying it and will compare with crypt19 as suggested by Joel.
Thanks to both.
···
2012/12/20 Heesob Park <phasis@gmail.com>:
Hi,
2012/12/20 Iñaki Baz Castillo <ibc@aliax.net>:
Hi, basically I receive a string generated by a user, then "encode" it
using some secret string I own and pass the result to other user, and
when I receive such a resulting string I must be able to decode it
using my secret string (but no other should be able to decode the
resulting string without knowing my secret key. This is: