The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
52 views

Import DER encoded public key using crypto API

Is it possible to import DER encoded public key using MS crypto API? So i can verfiy signatures ? I need a piece of code or help for MS Crypto API for importing DER encoded public-key/certificate.
0
votes
1answer
57 views

Python official keyserver

I have just downloaded the Python 2.7.3 64-bit installer from the Python download page and I would like to verify the signatures. So I need to import the keys and my preferred method is to get them ...
7
votes
2answers
1k views

Android In App Billing: securing application public key

From Android In App Billing version 3 (TrivialDrive)sample application coming with sdk MainActivity.java /* base64EncodedPublicKey should be YOUR APPLICATION'S PUBLIC KEY * (that you got from the ...
0
votes
1answer
117 views

Trying to have postgres database backup by backup rubygem nad ruby on rails

My my_backup.rb=> database PostgreSQL do |db| db.name = "xxxxx" db.username = "postgres" db.password = "*********" db.host ...
0
votes
1answer
60 views

Android Console Public Key

OK, I'm confused! Should I use the public key from "Android Console" when I create keystore for signing apk file? Does this make sense "If you have developer account, you can sign your application ...
1
vote
1answer
341 views

git push Permission denied (publickey) windows-xp [closed]

I've looked at the similar issues but none of them fit. I created the world-renowned sample_app from the Ruby on Rails Tutorial. I created the repoFOO.git repository and I successfully pushed my ...
2
votes
1answer
361 views

Python: Paramiko authentication via public key “not a valid RSA”

I'm attempting to communicate between two Solaris servers via Paramiko. I can't use my private key for security reasons so am attempting to use id_rsa.pub. Originally I tried this: ...
3
votes
1answer
548 views

How to change EC2 Public Key?

I'm trying to change my EC2 public key for myself, the rest of my team who uses AWS, and also for running instances. So the old key was (for example) 'my_key', and I made a new key called 'my_key2'. ...
0
votes
3answers
1k views

Why are “large prime numbers” used in RSA/encryption?

I've learned the theory of public key encryption but I'm missing the connection to the physical world. e.g. I've been told that good RSA encryption should rely on prime numbers with 300 decimal ...
0
votes
1answer
69 views

Non-Prime Factorization Public Key Algorithms and Code?

I'm looking for public key algorithms that are not based on the difficulty of prime factorization. In particular, there are rumblings about the prime factorizations being solved in some state security ...
0
votes
2answers
2k views

How to load the RSA public key from file in C#

I need to load the following RSA public key from a file for use with the RSACryptoServiceProvider class. How can I do this? -----BEGIN PUBLIC KEY----- ...
1
vote
1answer
177 views

.NET DSACryptoServiceProvider Key Sizes

I want to use a 2048 bit DSA key, and I am using a .NET DSACryptoServiceProvider. I was having trouble loading the key parameters into a .NET DSAParameters object, so I wrote the following code to ...
0
votes
1answer
367 views

Erlang - Decoding RSA public Key

Follow-up to this one. I got the reading/decoding working 1> {ok, F} = file:read_file("inaimathi.rsapub"). {ok,<<"-----BEGIN RSA PUBLIC ...
1
vote
1answer
392 views

Erlang - Importing GPG Public Key

I'm trying to do some public-key-related things in Erlang, and they require me to track public keys. According to this page, I should be able to import PEM format keys by using file:read_file/1 and ...
2
votes
2answers
392 views

PHP OpenSSL Error

I am getting the error Warning: openssl_get_publickey() [function.openssl-get-publickey]: Don't know how to get public key from this private key on line 5 When trying to get a public key from a ...
0
votes
0answers
196 views

passphrase issues in public key authentication with ssh2

These are the commands I used to set up the key based ssh login: oracle@sunv440$ssh-keygen -t dsa Generating public/private dsa key pair. Enter file in which to save the key ...
0
votes
0answers
220 views

Where to find EcmaPublicKey.snk for a dll?

I am not so familiar to .snk files but I am doing some tricky things (just for testing) with reflector and a .net framework assembly. The problem is that I need to sign this assembly (when ...
1
vote
2answers
914 views

How to get the private key from a separate file?

I have an Apache (xampp/wamp) server that provides a SSL connection on port 443. It uses two certificate files: server.cert and server.key when the latter conains the private key. I have another ...
1
vote
2answers
81 views

How the public key can be ensured being from sender in the digital signature security model?

I read an article about digital signature (link) and have question as follows. Let's say Alice wants to send a message to Bob. She need to let Bob know the message is from her. So she encrypted the ...
0
votes
1answer
374 views

C# - Security concerns with InternalsVisibleTo attribute

Are there any security concerns with using the InternalsVisibleTo attribute with strong-named assemblies? I understand that the assembly receiving information this way must have the private key to ...
3
votes
1answer
116 views

how to prove that someone's previous public key was really theirs?

I'm in the planning stage of an open-source credit clearing system, and my idea is to use GPG keys to sign IOUs. But I'm concerned that if Bob signs an IOU he emails to Alice, then later deletes his ...
0
votes
1answer
348 views

Standard way to hash an RSA key?

What's the algorithm for creating hash (sha-1 or MD5) of an RSA public key? Is there a standard way to do this? Hash just the modulus, string addition of both and then take a hash? Is SHA-1 or MD5 ...
9
votes
2answers
22k views

~/.ssh/authorized_keys not working properly

So, if I add local public ssh key to the authorized_keys file, then I assume ssh localhost date should work fine without asking the passphrase, right? Therefore, I added my public key to the ...
2
votes
2answers
476 views

How works Public-key cryptography on Github?

In Public-key cryptography is generated a pair of key, one private and one public, the public I put in the Github. The Private-key decrypts the data and the Public-key encrypts the data. This means ...
0
votes
0answers
433 views

RSA and Actionscript 2

I am trying to use the actionscript 2 RSA class from http://www.yuniti.com/As2RSA and having problem verifying the public key with the signature. I keep on getting a block size error and can not get a ...
1
vote
4answers
4k views

CentOS scp without password not working

I have been trying to connect from one EC2 instance to another using ssh public keys and have been having a very tough time. Here is the scenario: I need to have box 2 scp a file from box 1 in a ...
1
vote
3answers
522 views

Why public key algorithms are slow?

I'm studying for a test and I'm still didn't get it why public key algorithms are way slower than symetric algorithms.
20
votes
1answer
8k views

How to let TortoiseHg (Mercurial) on Windows use the Private Key file generated (by Puttygen)?

I have used Puttygen to create a public and a private key, and then is ready to let TortoiseHg on Windows 7 do a clone by going to ssh://somebody@code.somewhere.com/somecode but there seems to be ...