Results 1 to 2 of 2
Hello all.
I don't have any experience in Linux!
But I've implemented a CSP(Cryptographic Service Provider) in Windows which is a software library for implementation of Cryptographic Operations.
So that ...
- 09-22-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 27
How can we develop Cryptographic Application for Linux?
Hello all.
I don't have any experience in Linux!
But I've implemented a CSP(Cryptographic Service Provider) in Windows which is a software library for implementation of Cryptographic Operations.
So that a high-level API offered by windows called CryptoAPI(or CAPI) uses those implementation in the CSP, so any one who is to implement a Cryptograhic Application for windows, Should use CryptoAPI interface.
Now, I'd like to know if we want to write a Cryptographic Application in Linux, What should we do?
Does Linux offer some APIs for programming under Linux like Windows or not?
If not, what is the alternative Architecture to develop "Linux-based" cryptographic Applications?
Any help will be greatly appreciated!!
Regards.
- 09-24-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
In Linux/Unix generally we use the secure sockets API which, unlike the Windows CryptoAPI, is an industry standard. Look in your software package manager for the openssl and openssl-devel packages.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote