Cryptography covers, among other things, encryption, hashing and digital signatures. Cryptography questions not directly related to software development are better asked at crypto.stackexchange.com.
1
vote
1answer
26 views
Java-Function to print the variable with a particular ASCII code
I have to write a Java program for cryptography which takes a number from the user and adds( or subtracts the number if it is negative) from the ASCII code of the character. For example if the number ...
0
votes
1answer
31 views
Objective-C AES 128-bit encryption
I am writing an iPhone application that needs to encrypt a password using AES encryption. I have found many different examples for AES encryption but I'm finding that the implementation differs from ...
1
vote
0answers
39 views
What is the name for a program that can find a solution in a finite (but inordinately large) amount of time? [closed]
Say I have a 10 digit password, which contains uppercase letters, lowercase letters, and numbers. I could definitely write a program to figure a random password through 'brute-force,' but it would ...
0
votes
1answer
21 views
Issues using BouncyCastle to encrypt a String
I'm having an issue trying to encrypt and decrypt a string using BouncyCastle.
I'm following an example at http://www.aviransplace.com/2004/10/12/using-rsa-encryption-with-java/ and my code looks ...
2
votes
0answers
15 views
Reading PEM-formatted RSA keyfile with the OpenSSL C API
I am trying to read in an AES-128-CBC encrypted PEM key file generated using Ruby with the OpenSSL API. The code that generated the PEM key is the following:
...
0
votes
0answers
13 views
How can you read the fields from a password-protected PDF using iText when you do have the PDF password?
I have a PDF created from LiveCycle Designer in PDF 1.7.
I'd like to read some fields in that PDF on the server side at times. I have the password that protects the PDF on the server side.
I am ...
0
votes
0answers
12 views
Flex 4.0 HMAC.hash binary data
I have the following PHP code, which I need to get working in Flex 4.0:
$mac = base64_encode(hash_hmac('sha256', $message, $secret, true));
If the last element is a true the hash_hmac is outputted ...
0
votes
0answers
15 views
How to get modulus and pubExp in java?
is it possible to retrieve the modulus and pubExp from a ssh public key such as the one below:
ssh-rsa ...
-1
votes
2answers
34 views
How decrypt keccak algorithm [closed]
I prepare a presentation for keccak algorithm, we have a text that wants to encrypt,I have some questions:
What is the exact role of the padding function (how from 64 bit we obtain a cube of 1600 ...
0
votes
0answers
42 views
Correct way to sign and verify signature using bouncycastle
I am using bcmail-jdk16-1.46.jar and bcprov-jdk16-1.46.jar (Bouncycastle libraries) to sign a string and then verify the signature.
This is my code to sign a string:
package my.package;
import ...
0
votes
1answer
26 views
Hill cipher implementation when results are not expected
I am working on some ciphers (just theory, no coding yet). Currently I am doing the hill cipher and I can use it fine. However I have came across a problem which has stumped me. Say for example I ...
0
votes
0answers
32 views
How do I retrieve a public/private key from a file using BouncyCastle?
I'm having a hard time understanding how to use a private and public key file given to me.
I have 2 files, public.pem and private.pem. I'm trying to use BouncyCastle to get the public and private ...
0
votes
1answer
21 views
Bad pad corrupt error in ANDROID encrypted in Java project
I am ecrypting the data in java(Java project using AES) and want to decrypt the data in android but I am getting bad pad corrupt error.If same is run on java project its woking.Java project and ...
0
votes
1answer
25 views
Is there a way to form secure connections without trusted third parties?
I've just recently learned a bit about how encrypted messages are sent across the Internet, and it seems that it relies a lot on "trusted third parties" My problem is that I don't trust anyone, is ...
2
votes
1answer
38 views
java encrypt and decrypt using key pair?
does anyone know how to encrypt and decrypt a string object using RSA public and private keys?
i have created private and public keys below using KeyPair generator but i now want to use the public ...
0
votes
5answers
58 views
How to Encrypt password using PHP Script [duplicate]
How to Encrypt password in PHP, i am using below code to insert data into database using PHP code and i am able to store new member data but now i just want to encrypt user password..
PHP Script::
...
-1
votes
0answers
16 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
1answer
57 views
How do I implement CBC mode?
My problem lies around the AES encryption algorithm and implementing an IV into the algorithm. I have the ECB version of AES working and I have thoroughly tested it. I'm trying to make it more secure ...
-6
votes
0answers
36 views
How to encrypt the a string with a public key? [closed]
I want to encrypt the bytes of a string in c# with a modulus and an exponent.
Why is there a different result from RSACryptoServiceProvider in C#
0
votes
1answer
39 views
What is secured way to store symmetric key AES? [closed]
I am implementing AES. Encryption will take place on server side and decryption on client side. What is the secure way to store the key and pass it to client side? Will I need to store in notepad or ...
-1
votes
0answers
24 views
Guessable plaintext attack [closed]
I know chosen and known plaintext attack models but what is guessable plain-text attack in RSA or public key cryptography? How does public-key cryptography standarts address it? And also is guessable ...
-1
votes
3answers
56 views
How “good” is this method for generating random numbers?
I was searching on google for RNGCryptoServiceProvider with examples on how to limit the range between Max and Min, and still get an even distribution. Before I used modulo operator, but sometimes it ...
0
votes
1answer
18 views
CRAM-MD5 Sasl mechanism implementation
I want to implement the use of the CRAM-MD5 sasl mechanism, i am taking a look at System.Security.Cryptography.HMACMD5 but don't know where to start. can any one help me , tutorials articles any thing ...
0
votes
0answers
31 views
iOS CommonCrypto reference
I'm trying to find some sort of reference for the Apple's CommonCrypto library, because apparently Apple doesn't have any obvious link for that, and the ones given by Google are outdated, like this ...
0
votes
2answers
28 views
AES key wrap encryption
I need crypto-algorithm AES in key wrap mode. Is there some open-source library or implementation that could be helpful?
It is important, that it must be key wrap mode.
0
votes
0answers
24 views
Is it possible to use C# with Salsa 20/12 so that Intel/AMD SSE2 acceleration is used? [duplicate]
I'm interested in the eStream project and using C# to encrypt / decrypt data streams with Intel/AMD acceleration.
How can I use C# to interact with Intel/AMD hardware so I can get the following ...
1
vote
1answer
17 views
Unable to correctly set up AES decryption in VB .net
I'm trying to set up AES encryption/decryption across two different platforms. I've been having trouble getting VB.net to give me the expected output when I encrypt or decrypt so I did a little ...
-1
votes
0answers
48 views
Implementing a .NET application communicating with a bank's PKI service [closed]
I need to develop a .NET application communicating with a bank's PKI service. The PKI service enables bank customers to get and manage certificates for use in secure communications with the bank.
...
-2
votes
0answers
30 views
Want to do encryption in java and decrypt in android [closed]
I am new in android I want to encrypt the data in java(will use AES or RSA) and same is to be decrypt in android.What is best way to do?
Thank you.
2
votes
1answer
34 views
SHA computes hashes with random length
Recently, I noticed that SHA algorithm computes hashes with random length.
HashAlgorithm provider;
provider = HashAlgorithm.Create("System.Security.Cryptography.SHA256");
while(!stackoverflow) {
...
0
votes
1answer
23 views
How to specify key size in CCCryptorCreate?
I'm puzzled by CCCryptorCreate:
CCCryptorCreate(CCOperation op, CCAlgorithm alg, CCOptions options, const void *key, size_t keyLength, const void *iv, CCCryptorRef *cryptorRef);
Q1: How to specify ...
0
votes
1answer
45 views
Does Asp support Hash (bcrypt) Passwords like in PHP
Is there a way to use Hash (bcrypt) Passwords in ASP like in PHP... the following would be the code for PHP but what is the alternative for ASP .. is it the same and just change things around? does ...
2
votes
1answer
23 views
CNG Import ECC Pub/Priv Keyfrom file
I've been trying to find how to import an ECC key from a file by ANY MEANS for ages. I have tried accessing an ECC cert from the Windows certificate store, from a .p12 file, and from a PKCS#8 OpenSSL ...
0
votes
1answer
36 views
key exchange algorithm with optional parties
I need to generate a secret key (or password) with agreement of multiple parties out of which some parties are optional.
For example, Mr. A, B, C & D are members who can do agreement and out of ...
1
vote
1answer
61 views
How secure is AES-128? [closed]
It seems there are legal issues associated with AES-256 (it is disabled in Java, and Oracle tells me in their UnlimitedJCE Policy that I am "advised to consult" my "export/import control counsel or ...
1
vote
2answers
48 views
problems with RSA decryption formula
I'm trying to decrypt a message that was encrypted using the RSA algorithm
The example from above is taken from Website, so I tried to implement it in C#:
int msg = 67;
int Ee = 5;
int Nn = 91;
...
2
votes
0answers
33 views
Java Cryptography Extension (JCE) Unlimited Strength failing randomly
I'm facing a rather strange behavior about decrypting in Java. Using the code below
public void decrypt(File file, String output_file_path) throws FileNotFoundException, IOException, ...
0
votes
1answer
34 views
Why is the return buffer of DESCryptoServiceProvider().CreateEncryptor().TransformFinalBlock() 8 bytes longer than the input?
I'm implementing a Pseudo Random Bit Generator using DES. Each generated number relies on the encrypted number from the previous step. This is why I wanted to use ICryptoTransform insted of ...
-1
votes
1answer
44 views
Multiplicative inverse using Fermats Little Theorem [closed]
According to Fermat's Little Theorem :
a x a-1 mod p = ap-2 mod p
In order to find 20-1 mod 403 , I proceed as follows:
20-1 mod 403 = 20359 mod 403.
Now how am I supposed to calculate ...
0
votes
1answer
17 views
Are there any known incompatibilities for SecKeyRawVerify with iOS 4.3 and iOS 5.0
I am trying to verify a data with a public key, using the exact method mentioned on http://blog.flirble.org/2011/01/05/rsa-public-key-openssl-ios/.
I tested my code with simulator iOS 6.1, iOS 4.3 ...
0
votes
1answer
33 views
Pair of secret tokens which can be checked for match easily
I am looking for a python module to create a pair of matching tokens with the following two properties:
they can be checked for match
it is impossible to obtain one token from the other
PS: It is ...
0
votes
1answer
59 views
Non cryptographic hash function for list
Hi can anybody suggest a hash function that would take a list of integers and returns a new integer?
It should be fast to evaluate and more or less collision resistant.
I plan to use it in an ...
3
votes
2answers
105 views
Decrypting AES CTR Little Endian with PHP
I'm having trouble using PHP to decrypt strings that were encrypted with iOS 5.x's CommonCrypto libraries. Here are the parameters:
Algorithm: AES-128
Mode: CTR
Mode options: CTR Little-Endian
...
-1
votes
1answer
32 views
ICryptoTransform.TransformBlock : What's going on?
I'm learning the ICryptoTransform.
And I encrypted some data and decrypted them back using the ICryptoTransform.TransformBlock. No exception is throwed, but I found my data move right about one ...
0
votes
1answer
27 views
How to extract the private key from a PKCS#12 file for further use with nodeJS OAuth
I have a p12 file containing the private key to be used to sign my OAuth requests. But, the OAuth NodeJS lib (ciaranj/node-oauth) doesn't take this format as input.
I tried many OpenSsl options ...
1
vote
1answer
63 views
Result of RSA encryption/decryption has 3 question marks
I am using RSA to encrypt and decrypt small notepad file with 1 or 2 words. After processing file result has 3 question marks on the begging of result.
For example, if i encrypt and then decrypt ...
0
votes
2answers
22 views
Which store to use when installing an x509 certificate
Ok, so my app needs to interact with a 3rd party web app that uses client certificates to authenticate the user. (I just need to open a window with a web browser control, and navigate to the site).
...
1
vote
1answer
73 views
Golang crypto multiple calls have different responses
I'm having a problem with some Go code I've written for a password authentication library. The general idea is to provide 2 functions, Check() and New(), which are both provided a password and a 256 ...
4
votes
3answers
92 views
How to determine whether a string is a hash
I have to implement a Java method, which will determine, if a input string is a hash (generated by a machine) or a plain-text (written by a human).
Example:
...
-1
votes
0answers
41 views
Lotus Domino getting blocked on Windows 8 due to cryptographic keys that are less than 1024 bits long [closed]
We are facing a problem as one of our Lotus Domino server is using RSA with 512 bits long key. When this server is accessed on windows 8 or windows 7 with update KB 2661254 then those system are not ...





