| Thread | Last Post | Replies |
|
| Verification of digital signature, generated on .NET platform | 07 Apr 2004 09:45 GMT | 4 |
I have faced some problem related to generation of digital signature on Microsoft .NET platform and it's verification on Java platform. I create a digital signature in my C# (Microsoft ASP.NET) application. The public/private keys are generated by another C# application and it
|
| MD5 in Java | 06 Apr 2004 10:09 GMT | 9 |
using the following code I get "acbd18db4cc2f85cedef654fccc4a4d8" printed. try { String password = "foo"; MessageDigest md = MessageDigest.getInstance( "MD5" );
|
| Microsoft JVM looks like it will return! | 06 Apr 2004 05:16 GMT | 1 |
http://www.microsoft.com/presspass/press/2004/apr04/04-02SunAgreementPR.asp - Mitch
|
| encryption key verification | 04 Apr 2004 20:37 GMT | 7 |
Is there any way for a third party to verify that a document was encrypted with a particular key without revealing said key? That is, if I have a file F, and encrypt it with a key K. Is there any way for someone to verify that K was used to encrypt F with out
|
| Base Encoding and decoding Java | 04 Apr 2004 16:44 GMT | 3 |
I have a C App which uses openssl for Encoding and decoding which needs to be ported to java. The decoded text does not match between the C App and the java App. The size of the output itself is wrong. I think i am doing something
|
| Implementing security | 04 Apr 2004 14:15 GMT | 1 |
I'm developing an application, which has a connection with a database, in whicth I hava a table with users, passwords and profiles for each user. What I want is to implement my security with this table, I know that it's possible to indicate to de J2EE server in which table ...
|
| SSHA and SunOne Directory Server 5.2 | 04 Apr 2004 13:56 GMT | 3 |
I have trouble doing SSHA... I've found a Java program from Netscape (pwdSHA) that generates SSHA, but its result is not the same as those stored in SunOne directory server 5.2. It seems to me that the program I have is correct, it's just it is not applying the salt in the same way ...
|
| www.cryptix.org offline | 03 Apr 2004 14:00 GMT | 2 |
Does anybody know when www.cryptix.org will go online?? It is long time ago, when it was online. Does anbyody know waht happened?? Does exist a mirror site? Jens
|