public-key-encryption
Exchanging Symmetric Keys
I have a WinForms client that is sending encrypted data to a 开发者_高级运维web service.The WinForms client creates a Symmetric RijndaelManaged sessionKey and also has a \"hard-coded RSA asymmetric pu[详细]
2023-03-14 06:27 分类:问答Help designing a secure network protocol
In an app, I Have a network server and clients. After a handshake, let\'s say the client sends \"userId sessionId SOME_COMMAND param param param\".[详细]
2023-03-13 11:45 分类:问答Encrypting a file with RSA in Python without storing any password
I have asked a similar question in post Encrypting a file with RSA in Python , but this question has a different connotation.[详细]
2023-03-13 10:31 分类:问答Encrypting a file with RSA in Python
I\'m implementing file encryption with RSA, using PyCrypto. I know it\'s somewhat wrong, first of all because RSA is very slow and second because PyCrypto RSA can only encrypt 128 characters, so you[详细]
2023-03-12 15:06 分类:问答How to establish a secure connection by using Synapse?
I\'m testing Synapse and want to know how can I establish a secure connection. I noticed it supports SSL, but I\'m not sure whether it suits my needs. I don\'t have a certificate from CA. I just want[详细]
2023-03-12 08:33 分类:问答How to encrypt long strings in PHP?
I\'m using PHP\'s openssl_public_encrypt() to encrypt data us开发者_如何学JAVAing RSA. But it won\'t encrypt data larger than a certain size.[详细]
2023-03-11 16:26 分类:问答Are there any asymmetric encryption options for JavaScript?
I have to transfer some sensitive information over a JavaScript AJAX Call, over an unencrypted channel (HTTP, not HTTPS).[详细]
2023-03-08 15:04 分类:问答RSA encryption from Flex client and Corresponding Decryption from Web service
I\'m having a problem setting up RSA encryption/decryption mechanism between flex client and web service written in c#. The idea is this: I\'ll encrypt some text from flex and then decrypt it from web[详细]
2023-03-08 07:56 分类:问答Which symmetric key algorithm does SSL use?
I understand that through SSL, the browser gets the public key of the secured website and through public key encryption rsa algorithm, these 2 establish session key and then continue communication thr[详细]
2023-03-07 10:11 分类:问答Question about public key encryption [closed]
Closed.开发者_如何学JAVA This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-06 02:00 分类:问答
加载中,请稍侯......