7
votes
3answers
564 views
Primer for X.509 certificates on Windows
I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the public Internet, I find …
3
votes
6answers
786 views
What is the performance difference of pki to symmetric encryption?
We are looking to do some heavy security requirements on our project, and we need to do a lot of encryption that is highly performant.
I think that I know that PKI is much slower and more complex …
2
votes
2answers
525 views
What is the best cross-browser solution for browser based document signing (w/ digital signature)?
I need to implement a browser based component (most likely java applet since it needs to be cross-browser) that will allow us to digitally sign and verify data in the XadES format. What options are …
2
votes
7answers
213 views
What system do you use to encrypt files for a group of people (OS agnostic prefered)?
Say you have a bunch of files.
Say you can store meta data to these files.
Say, one of these meta attributes were called "encryption"
Say everyone was allowed to look at these files, but since they …
2
votes
2answers
331 views
Encryption libraries?
I have been tasked with implementing a PKI library in C# for a company project, and have been unable to find a good implementation of it. There appear to be multiple libraries, and many broken links …
1
vote
3answers
196 views
Setting Certificate Friendly Name
Im trying to set the certificate friendly name during the certificate request/acceptance process. I understand that this a property of the microsoft store rather than the certificate and an wondering …
1
vote
1answer
264 views
How do I authenticate a user with the “Smart card is required for interactive logon” set?
http://support.microsoft.com/kb/892424
When the "Smart card is required for interactive logon" is set on Active Directory, it generates a random password. How do I utilize a smart card to …
1
vote
4answers
954 views
DOD Common Access Card (CAC) Authentication
I have figured out all the necessary steps to get DOD CAC card based client certificate authentication working in Apache, but am now struggling to pull a good GUID for the user from the certificate I …
1
vote
3answers
465 views
What type of X509 Certificate to use for XML Signature?
I'm currently developing some software that uses XML Signing to transfer files securely between two machines. We're using X.509 certificates from our own CA as keys.
The CA (Windows 2003 server) …
1
vote
3answers
310 views
Best (Free) Certificate management tools
I recently downloaded a neat java tool for managing certificate files - like PEM, PFX, etc.. From memory it was written in Java but, for the life of me i can't find it (cleared download list and …
1
vote
1answer
347 views
What’s the difference between class 1 and class 3 roots, and the certificates signed by them?
Pretty much what the question says. What's the difference between the two classes of roots? The differences between the certificates signed by such roots? What uses would a class 1 signed certificate …
1
vote
2answers
286 views
Storing X509 certificates in DB - Yea or Nay?
I find myself needing to store public key certificates, and a single private key certificate for an in-house application.
A member of our team suggested storing the X509 certificates in the database, …
0
votes
3answers
60 views
Unencrypted SSL protocol?
Is it possible to send a message over https that isn't encrypted? For example, require that certificate validation and authorization occur, but not encrypt the actual data being sent over the socket?
0
votes
1answer
22 views
What’s a good strategy for automatically incorporating self-signed certs into my truststore in Java?
We've built a JEE app in JBoss that exposes web services to external consumers. We want to secure these services so that we know who is making the web service invocations. We have a registration …
0
votes
0answers
20 views
Creating OpenVPN Keys and Cert using ruby - how
Id like to be able to create client keys for an openvpn setup from within a ruby script. Im wondering how to go about this.
Im assuming i coudl create my own CA and key generation code in ruby. Or i …
