public-key-encryption
n-Party Public Key Cryptography
While 2-party public key cryptography is very well laid out in .net framework going n-party concerns me a lot. For instance securing a two-party video-conf. communication is quite easy:[详细]
2023-02-25 10:26 分类:问答Can I use asymmetric encryption with two private keys?
According to wikipedia (and o开发者_如何学Gother sources), asymmetric encryption always works like this:[详细]
2023-02-24 09:37 分类:问答Restricting access to downlad URL's using public/private key / certificates
How do I restrict access to url\'s on my site and only allow my client applications to access these urls. I am putting in a rest api to request the url and was thinking I could use public/private key[详细]
2023-02-23 13:16 分类:问答Creating a secure, web-based password management system with the ability to share data between users
I apologize in advance for the incoming Wall-O-Text. This is (at least, to me) a fairly complex issue that I\'ve put quite a bit of thought into. You can read my question and also see a test implement[详细]
2023-02-20 05:35 分类:问答Java public private key decryption issue
I am trying to encrypt and decrypt a message as mentioned in the below code. Basically I want to encrypt a message with a public key and convert that encrypted message from byte array to String. And d[详细]
2023-02-18 20:59 分类:问答C# How do I do encryption?
I\'m not asking for a tutorial with code, I\'m trying to do the research, but I want to make sure I\'m asking the right questions.[详细]
2023-02-16 08:12 分类:问答Use RSA private key to generate public key? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-15 13:49 分类:问答Is there an implementation of ID-based encryption?
I\'ve been reading up about ID-based encryption, but can\'t find any implementations (the maths in the paper is a开发者_运维百科 bit much for me). Does anyone know where I might go looking to find an[详细]
2023-02-12 03:56 分类:问答Securing a private key on disk using symmetric encryption in Java
I have a distributed application which polls for commands from a central server and the content of those commands are \"signed\" by a private key with the public key deployed along with the applicatio[详细]
2023-02-11 04:53 分类:问答RSA Encryption in Java: Cross Platform Issues?
The Situation I\'m working with RSA encryption in Java. I\'m trying to encrypt data on an HTC Saphire (32B) developer phone equipped with Cyanogenmod\'s Android 2.2 and then decrypt said data on a 64[详细]
2023-02-09 06:33 分类:问答