An cryptographic scheme which uses two mathematically related keys; a public and a private key where a message encrypted with public key can only be decrypted with the private key and vice-versa.
0
votes
1answer
27 views
Generating crx file via PHP fails with: “Package is invalid: CRX_SIGNATURE_VERIFICATION_INITIALIZATION_FAILED”
I'm generating a crx file in PHP using phpseclib. When I try to install the crx into Chrome, I get the error:
Package is invalid: 'CRX_SIGNATURE_VERIFICATION_INITIALIZATION_FAILED'
Here's my code:
...
-1
votes
0answers
17 views
Which algorithm encrypt byte array with public key (modulus , exponent) in c# [closed]
I want to encrypt array byte
for example
{0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8}
I want to encrypt the array with public key (modulus AND exponent)
Please help me
0
votes
2answers
39 views
PHP OpenSSL - openssl_private_encrypt crashes webpage
This has been reported at bugs.php.net. If I replace libeay32.dll and ssleay32.dll in xampp/apache/bin with the same files in xampp/php/ then it works but I CANNOT use SSL
I need to use SSL, has ...
-2
votes
1answer
37 views
One way encryption
What secure algorithms out there can offer the following scheme?
Private Key encrypts a piece of text, the piece of text can be decrypted with a Public Key which is different than the original ...
1
vote
1answer
42 views
Java - Public-private key encryption - how to calculate private key in RSA - UNSOLVED
I know there are lots of threads on this topic, but I could not find one that actually answers my question cohesively.
I worked on a code for an RSA algorithm and it returns the incorrect number, ...
0
votes
0answers
43 views
FFs Github: Permission denied (publickey) fatal: The remote end hung up unexpectedly
I'm using VM virtual machine as my Rails working environment. And now I'm trying to upload my project to GitHub. When I run command git push -u origin master or git push origin master there is an ...
0
votes
0answers
26 views
Windows Phone 8 RSA Encryption
Hi i am trying o generate my public key for my RSA 4096 encryption in my windows phone 8 ecryption app
i am using this method:
RSACryptoServiceProvider rsaProvider = new ...
0
votes
1answer
51 views
Xml Signature for XmlElement fails to verify
I apologize in advance for the rather lengthy block of code, but it's the smallest compilable example I could produce. I already omitted all error checking from the original code. I'm using Visual ...
0
votes
1answer
51 views
nodeJS ReferenceError : navigator is not defined.
Hello I'm trying to make some Javascript files working on nodeJS everything is well set however here is the error I get :
C:\>node myServer.js
C:\myFunctionsCallTest.js:750
if( (j_lm && ...
0
votes
0answers
17 views
Biometric locked file vault
I'm trying to create a file vault that is locked using biometrics. Using a library like libCrypto++ seems a nice plan. Its simple to store things in the vault as the public key can be kept in the ...
0
votes
1answer
21 views
Securing information from a retail POS system
I have created a back-end/processing/statistics for POS transactions for a retail store chain. The thing is, now it is time to move from alpha to beta, and we need some sort of safety for the incoming ...
-1
votes
1answer
19 views
Why is RSA using fixed point type numbers? [closed]
Why is RSA using fixed point type numbers? And not floating point type?
Is it because the implementation of floating type arithmetics are to various?
Is it because only the fixed point arithmetics ...
0
votes
0answers
4 views
Debugging public key authentication with paramiko
Is there any way to confirm which file (and what contents) paramiko is sending out when attempting to authenticate using public key authentication?
Up until now the authentication has worked. It's ...
0
votes
0answers
78 views
“OpenSSL::PKey::RSAError: padding check failed” exception, why?
I've been developing a SSL keys for my application, and I've got a private key and a public one. However, when I try to decrypt it, it raises "OpenSSL::PKey::RSAError: padding check failed". Why?
...
0
votes
2answers
46 views
Win32 Encryption with the same size
I want to encrypt an array of 15 byte. The problem is I want the cipher text to be of the same size.
What I did as
Make certificate: makecert.exe -n "CN=me" -sv PrivateKey.pvk -pe Certificate.cer
...
0
votes
1answer
50 views
How to convert a Public Key to a base64 Public Key?
Im trying to write a script, which is sending data to a sftp server via public key auth.
Im using cURL for that.
After some try and error I got an valid connection, but with the following output:
* ...
0
votes
0answers
58 views
RSA encrption using public key from .pem file
I am using RSA_public_encrypt function to send the encrypted data to socket. I am reading the public key from .PEM file using "pkey = PEM_read_PUBKEY(f, NULL, NULL, NULL);" function.
'pkey' ...
1
vote
1answer
38 views
What determines the size of the message in the algorithm RSA?
I read about RSA algorithm and How it work? But I don't understand some think.I ask for plaintext length
Why specify the size of the plaintext in the 64-bit algorithm rsa?
also
Is plaintext length is ...
0
votes
1answer
125 views
Bouncy Castle Encryption
I have a requirment to send PGP Encrypted CSV Files to SFTP and i know nothing aboutr PGP. After a lot of research I could find following code on internet using 'Bouncy Castle' Library. The code seems ...
-1
votes
1answer
56 views
Setting up OpenSSH for Windows using public key authentication
I am having issues setting up OpenSSH for Windows, using public key authentication.
I have this working on my local desktop and can ssh with a key from Unix machines or other openssh for windows ...
0
votes
2answers
117 views
encrypt/decrypt public/private android
How to encrypt/decrypt public/private .
I am assuming that means the key is dynamic and never the same for a string.
I would like to know if there is any library for doing so or step by ...
-1
votes
3answers
32 views
Which public key was used PGP [closed]
Is is possible to find out witch public key was used to generate the message?
Scenario is like this :
I got data which is encrypted with a public key.
Now a "bad guy" has the encrypted data, and ...
2
votes
1answer
115 views
Decrypt TLS (Diffie–Hellman) messages using Wireshark?
Is it possible to decrypt and see messages encrypted over TLS using Diffie–Hellman algorithm using Wireshark?
0
votes
1answer
46 views
decryption requires private key and passphrase
Is it possible to require BOTH a private key and a passphrase in order to decrypt a file using gpg? I understand I can encrypt the file twice once using the public key. Then encrypt that file with the ...
0
votes
1answer
95 views
RSA : Encrypt in Javascript and Decrypt in Php
I've found many websites with something related to the subject line (few are in stackoverflow.com itself). However, unfortunately I couldnt get what I want.
What I want is - I've a public-private key ...
-1
votes
1answer
58 views
Bash shell scripting for answering the questions of SSH key generation
I want to answer the question of that appear in the bash shell
Ex:
at the script
#!/bin/bash
ssh-keygen -t rsa
#it will appear a question >> Enter file in which to save the key
# ...
1
vote
2answers
114 views
How long would it take to factor a RSA 128-bit key length? [closed]
Ive done some research online and it seems to suggest the recommended key length for RSA encryption is 1024-bits. However i have a question as to how long would it take to factor a 128-bit RSA key ...
0
votes
2answers
311 views
RSA Implementation in C#
I am trying to implement the RSA Algorithm in C#. The code below works when p and q are small, but not when trying to replicate RSA-100 or greater where p and q are very large.
For example when:
p = ...
0
votes
2answers
98 views
creating and Signing Public/Private Key pair Programmatically
Please read the question first as the heading isn't very clear and I am not able to put my question in few words.
My scenario is as such:
I am creating a P2P application. A peer, during installation, ...
1
vote
2answers
95 views
Public Key Encryption
I was thinking about communication between two computers using public-key encryption.
Let us assume that on one computer side I generate a private key and a public key. If I send the public key to ...
0
votes
1answer
72 views
RSA Encryption in iPhone using existing Public Key and MOD
I have RSA Encryption implemented in Android using BouncyCastle API. I have Public Key and MOD which I want to use for iPhone app. The only thing I am concern with using RSA encryption is the ...
1
vote
1answer
54 views
Ruby OpenSSL unable to decrypt
I am able to encrypt files, but when I try to decrypt them I am getting "error reading input file". I am using a public/private keypair to encrypt the passphrase that is used in encrypting the file. ...
0
votes
1answer
39 views
0
votes
0answers
90 views
RSA decryption knowing n,p,q and cipher only
I would like to decrypt a cipher in RSA. I have n,p, q and the cipher.
I do not have e or d. I know that i should calculate k = (p-1)*(q-1).
d = 1/e mod k and gcd(e,k) has to be 1.
So, my question ...
0
votes
2answers
51 views
Saving a uint8_t ciphertext into DataModel
I am building a simple iphone (SDK6.1) application that encrypts some user's notes, stores the into a database and when user enters a password (does not need to be encrypted) it will decrypt his notes ...
0
votes
0answers
46 views
OpenSSL Issue in PHP - Not a Public Key Error
I'm trying to create a basic script that accepts two public keys and encrypts a string so that either can be used to decrypt it.
This is accomplished with the openssl_seal() function, however, I'm ...
1
vote
2answers
111 views
How to verify a certificate using .cer file in Java
I'm trying to verify a certificate , that was given to me using Java, in the following manner
try{
FileInputStream fr = new FileInputStream(pathtoCertificate);
...
0
votes
1answer
47 views
OpenSSL add CA for certificate verification
Trying to connect to a SSL website using ruby (https://bank.barclays.co.uk/olb/auth/LoginLink.action)
When I connect I get the following error:
:in `connect': SSL_connect returned=1 errno=0 ...
-1
votes
3answers
226 views
How to import a Public Key into RSA For decryption
This may seem like a stupid question but I have been searching for the last hour and a half. I have a message that is encrypted with a PRIVATE KEY of a RSA key pair. I have the PUBLIC KEY that I need ...
0
votes
1answer
46 views
Encrypted Key Exchange understanding
I am trying to understand the Encrypted Key Exchange mechanism. I got a little confused with this illustration:
And did not find a lot of useful reference out there. Can anyone please explain the ...
0
votes
2answers
74 views
SSH Communication Using Public and Private Keys
I am trying to understand how SSH authorization method work because I am trying to setup an git server using gitolite.
As far as I know gitolite will use the ssh to authorize users and give access to ...
1
vote
1answer
96 views
Trouble verifying RSA PSS signature in Perl with Crypt::RSA and Crypt::RSA::SS::PSS
I'm unable to verify a PSS-signed signature in Perl using Crypt::RSA and Crypt::RSA::SS::PSS.
Here's the situation:
I have a device that has a 1024-bit RSA key, and signs data using PSS, SHA1 and ...
1
vote
1answer
38 views
How to read an encrypted directory file using different IIS user
I would like to read/access a file which from an encrypted directory using IIS on browser?
0
votes
1answer
65 views
Disable diffie-hellman or setting session key
Do you know if it is possible to disable Diffie-Hellman or set a fixed session key for openssh? Actually i want to analyze the traffic with WireShark and I need to decrypt it.
5
votes
5answers
653 views
Encryption PHP, Decryption Java
I have a web-service in php that generates a keypair to encrypt a message, and one application in java that retrives the privatekey and decrypt the message.
For php I'm using ...
1
vote
0answers
44 views
generating RSA keys through the browser
HTML5 has the element that sends an SPKAC to the server (as I understand it).
But how do you do it in IE?
One CA's websites gives me the following prompt:
This Web site is attempting to perform a ...
0
votes
1answer
162 views
Verify digital signature with public key in iOS
How to Verify digital signature with public key in iOS without using any third party code(e.g.) open SSL?
I need to verify Digital signature in iOS App with a public key. Can some one help me how to ...
0
votes
0answers
14 views
Space constrained asymmetric signature
I need to sign a small string with an asymmetric key encryption scheme.
The signature will be stored on a small chip together with the signed string. I have very little space to spare (about 60bytes ...
3
votes
1answer
162 views
Windows 8 Metro RSA Encryption: AsymmetricKeyAlgorithmProvider ImportPublicKey Fails
I am attempting to pass some encrypted data between a Win 8 Metro app and a RESTful WCF service. Initially the Metro app requests a public key and the WCF service returns it as a raw Stream as to ...
2
votes
0answers
80 views
Alternate function for openssl_public_encrypt in c#
I have both public.key and private.key both files include with string key.
i have implement encryption and decryption in PHP ill add the code below.
now i want to do the same thing in c#(encryption ...



