private-key
c# RSA extract public key from private key
Is there a way to extract public key from private key in c#? Becouse if i do ToXMLString() then i can set if i want publ开发者_如何学编程ic key information saved with the private key. So now im thinki[详细]
2023-02-22 16:38 分类:问答Using SSH private key 1.1 on Tamir .Net SSH library
I\'m tasked with replacing a Unix Java application tha开发者_高级运维t loads files onto a SSH server with a C#.Net application using Tamir\'s OpenSSH library.The SSH server accepts a key that uses \"S[详细]
2023-02-20 09:10 分类:问答Create a RSAParamaters Object from public+private key
I need to create a RSAParameters object in .N开发者_StackOverflowet using a private and public key (.key and .cer file). Is it possible to do this in .Net without the use of third party software? If s[详细]
2023-02-18 06:04 分类:问答Setting a custom path for git private SSH key on linux
I\'m trying to setup a git client on linux. I uploaded my private key to the machine, and I开发者_开发问答 understand that I should put it in ~/.ssh, but I don\'t have access to that folder.[详细]
2023-02-17 16:16 分类:问答When publishing official releases of open source .NET projects, should I use one signing key for all libraries, or one key per library?
I have a few open source libraries on CodePlex, and I intend to publish more when I have them at a stable and useful state.[详细]
2023-02-12 19:29 分类:问答Key Size in RSA C# is not changing !
I am generating key pair and store them in xml file using ToXmlString(true); I need to set the key size to 2048[详细]
2023-02-12 05:05 分类:问答OS X Keychain: Extracting Private Keys -- possible?
I am attempting to extract the raw bytes of a private key stored in a SecKeyRef on OS X. How would I go about doing this?[详细]
2023-02-04 18:36 分类:问答RSA Decryption using PrivateKey in pem format
I\'m a newbie to this Cryptographic area. Here is my problem: I need to decrypt a Cipher text(encrpyted by RSA-Public key) using PrivateKey which is in \"privatekey.pem\" format. I does not know anyt[详细]
2023-01-31 05:16 分类:问答RSA: Private key calculation with Extended Euclidean Algorithm
I\'m a high school student writing a paper on RSA, and I\'m doing an example with some very small prime numbers. I understand how the system works, but I can\'t for the life of me calculate the privat[详细]
2023-01-29 23:32 分类:问答Can I update existing apps in the app store if I have rejected my distribution certificate because I lost my private key?
I have done A LOT of looking around on the internet and just cannot find the answer to this question. I lost my private key, and so I have rejected and re-assigned new certificate/key combo, but am ha[详细]
2023-01-20 21:14 分类:问答