I am looking to implement the C# Cryptosystem .NET api with C code, so i am wondering what a possible at best route would be?
I have currently begun looking at this link below.
http://libtom.org/?page=features&whatfile=crypt
I am wondering if it would be possible to use my own public and private keys for decoding(in C) already encrypted data(done in C#) with this library?
Anyone got some advice on past experience with this type of procedure?