hi,
I want to encrypt a file in Linux and decrypt it in Windows that is my encryption code in gcc and decryption code in VB/VC. I searched for libraries or platform independent implementations (free for commercial & non-commercial use) but in vain. Is there any libraries or implementations available to do it? Please help.
how critical is your data? why not use the XOR encryption ? though its simple, its very hard to break with a PC. or u can use GNU PG. I guess they have a Windows version as well.
anand saha