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.
0
votes
0answers
7 views
Difference between Authenticated Encryption Modes and Generic Composition Schemes
i would like to ask about:
What is the difference between Authenticated Encryption Modes and Generic Composition Schemes in cryptography?
Thanks
0
votes
0answers
15 views
Best Strategy for Encrypted Column to be Accessed by Multiple Users
We have a database of database connection strings, where the connection string contains passwords and is therefore sensitive. The table looks something like this:
CREATE TABLE ...
0
votes
2answers
22 views
Invalid AES key size after RSA decryption
I am trying to decrypt a message that has been encrypted using AES-128 Symmetric encryption and then RSA-1024 Asymmetric encryption on the generated symmetric key. I receive the encrypted AES key and ...
0
votes
1answer
35 views
Python - Hard time understanding scrypt max time
As I understand the maximum time parameter:
data = scrypt.encrypt('MESSAGE', 'password', maxtime=0.1)
Means python will hash for that amount of time.
However, I can go down as low as .76 and it ...
0
votes
0answers
9 views
Validate Mandrill's X-Mandrill-Signature
I'm developing a Node.js app and I'm struggling validating the Mandrill Webhook request.
As stated here http://help.mandrill.com/entries/23704122-Authenticating-webhook-requests it should be ...
2
votes
2answers
27 views
algorithm - Is the RijndaelManaged Class in C# equivalent to AES encryption?
I am asking this question to confirm whether the RijndaelManaged class in C# is equivalent to AES encryption. From what I have been reading, RijndaelManaged was the algorithm of choice to implement ...
3
votes
1answer
38 views
Algorithm for elliptic curve point compression
I'm using Javascript to generate elliptic curves for use in a cryptographic messaging app based on this example code http://www-cs-students.stanford.edu/~tjw/jsbn/ecdh.html
The public keys will be ...
0
votes
0answers
12 views
Installing PFX files via code VS the GUI
I have a pfx file that is protected by a password. I generated it myself. If I install it via the Internet Manager snap-in it prompts me for the password and doesn't allow me to install it without the ...
0
votes
0answers
35 views
Cannot able to verify a signed data
Through smart card using a tool, I am signing data "Hello".
The output what i am getting is in hex format.
14 5F 65 CE 7C 2D 8A 0A FA B0 FB 86 CE 28 90 84
37 2D 04 63 B2 35 FA 40 4A B6 35 C8 90 AF ...
0
votes
0answers
17 views
PassportJS and Crypto with NodeJS
I'm building a login system that uses passportJS and the NodeJS's crypto Module.
I encrypt the password using crypto like so
cipher.update(user.Password, 'utf8', 'base64');
user.Password = ...
0
votes
0answers
25 views
How to encrypt and decrypt data using in sending and receiving via TCP client
Im trying to develop a simple Server/client chat app, which the server is my own pc.
this app supports voice chat ( and maybe video chat in future! ) and I really want my transferring data be safe and ...
4
votes
4answers
89 views
Protecting crypto keys in RAM?
is there any way to protect encryption keys that are being stored in RAM from a freezer attack? (Sticking the computer in a freezer before rebooting malicious code to access the contents of RAM)
This ...
1
vote
2answers
63 views
Python and Cryptography: md5
I am very interested in python and cryptography and I would like to know what would be the most simple method in python to crack a hash.
I would like to build a small python script that can crack ...
0
votes
0answers
13 views
User is logged out when loading X509Certificate2
In my Cart Controller, I force the user to login by using the [Authorize] attribute on my controller class
[Authorize]
public class CartController : Controller
They login no problem. They traverse ...
0
votes
0answers
21 views
Store keys in windows without windows key repository
I am writing an application in windows using OpenSSL (C/C++), but I don't want to use windows certificate store.
Is there some standard to store public/private/symmetric keys? I am going to use ...
0
votes
2answers
33 views
I need to collect credit card information to sell products via a website, what rules are there about this? [closed]
I am working on a website that collects credit card information. What rules are there in the United States, the states of New York and Delaware, and elsewhere regarding the transmission and/or ...
0
votes
1answer
30 views
Why isn't the key equal using OpenSSL diffie hellman?
I can't figure out why my keys aren't equal when doing this diffie hellman exchange example.
I'm using the openssl library in C (openssl/dh.h).
It seems pretty straightforward, but for some reason ...
0
votes
1answer
40 views
C# RSA encryption/decryption with transmission
I've seen plenty of encryption/decryption tutorials and examples on the net in C# that use the System.Security.Cryptography.RSACryptoServiceProvider, but what I'm hoping to be able to do is:
Create ...
-1
votes
0answers
18 views
Javax.crypto works in simulator but not in a real device
I have developed a little app for android using 2.3.3 SDK.
I used javax.crypto Librarie shipped with JRE1.7 to encrypt info saved in a small sqllite database in my app.
Everithing works fine the ...
-1
votes
0answers
14 views
which one better audio steganography and image steganography [closed]
which one better audio steganography and image Steganography
I m not asking there difference i m asking why should I choose image Steganography over audio Steganography or vice versa..
1
vote
1answer
30 views
hierarchical encryption scheme
I am in need of the "hierarchical" encryption scheme, where there is Master key (MK) and derivative keys (DK) which can be derived from the MK. Ie.
MK => DK1
MK => DK2
MK => DK3.
Strangers can ...
0
votes
0answers
35 views
CryptoAPI Key permission
Using the CryptoAPI CryptSetKeyParam function , when I try to set the flag CRYPT_EXPORT_KEY to a session key permissions, I get a compilation error indicating that "CRYPT_EXPORT_KEY" is undefined. The ...
0
votes
1answer
42 views
TripleDES encoding in C# and crypto++ differs
Here is my problem: I've got a legacy code in C++ (using crypto++ v5.6.1) and I develop a new one in C# (.NET 3.5 using System.Security.Cryptography). I can't change the C++ code, but I need to be ...
0
votes
1answer
21 views
CSPRNG: Any time guarantees?
Does a cryptographically secure pseudorandom number generator also guarantee, that the entropy is gathered in such a way, that the value cannot occur twice when generated at a different time?
I know ...
0
votes
3answers
75 views
Understanding Blum Blum Shub algorithm. (Python implementation)
Please help me to understand BBS algorithm. I did this implementation:
class EmptySequenseError(Exception):
pass ...
-1
votes
0answers
53 views
Objective C Implementation of Rijndael algorithm [closed]
Could anyone please help me to convert the C# implementation of Rijndael decryption algorithm
to Objective C. Below code is exactly what I need to convert to Objective C.
public static string ...
0
votes
1answer
18 views
Hexadecimal numbers vs. hexadecimal enocding (with base64 as well)
Encoding with hexadecimal numbers seems to be different from using hexadecimals to represent numbers. For example, then hex number 0x40 to me should be equal to 64, or BA_{64}, but when I put it ...
0
votes
1answer
41 views
how to make encrypt in asp.net mvc?
i try to learn about encrypt in asp.net MVC
it's so hard to understand about it..
can some one give me simple example to use encrypt in asp.NET MVC??
i try to make simple application use encrypt in ...
0
votes
0answers
13 views
Is it possible to make the result of secure multi-party computation only available to one party?
According the ordinary definition of secure multi-party computation, all the parties will learn the final result but cannot learn others' input values.
My question is: is it possible to design a ...
1
vote
0answers
27 views
how to generate AES Secret key in objective c?
How to generate java equivalent secret key in objective C?
public SecretKey getSymmetricKey(String keyString) {
SecretKey secretKey = null;
try {
byte[] raw = ...
0
votes
1answer
30 views
Crypt returns hash or digest?
I am a little confused.When i call crypt with salt and passphrase the string that is returned is called hash or digest?I am confused because i know that what is returned from a cryptographic function ...
0
votes
1answer
26 views
Is AES encrypted + base64 encoded value still unique?
I encrypt a UTF-8 string + current timestamp using AES 128bit CTR mode with a 4 bytes random initialization vector, which is generated by NodeJS's crypto.randomBytes().
Finally I base64 encode the ...
0
votes
2answers
31 views
Getting the same result from Ruby as Javascript for bitwise XOR
In Ruby:
-1104507 ^ 3965973030 => -3966969949
In Javascript:
-1104507 ^ 3965973030 => 327997347
Someone asked a similar question here but the answer just pointed to a wrapper for Closure. ...
0
votes
1answer
38 views
Scraping a website which employs a CRC32 check
How would one scrape from a website which uses a javascript CRC32 'proof of work' script like this?:
function decode_string(in_str) {
return decodeURIComponent(in_str);
}
function test() {
...
1
vote
1answer
56 views
iOS symmetric key encryption / decryption equivalent to Java
I am trying to encrypt/decrypt data ios to java & java to ios but I data encrypted in java is not properly decrypted in ios & data encrypted in ios is not properly decrypted in java
- (NSData ...
0
votes
1answer
22 views
Who signs Mac App Store apps? [closed]
I was just wondering if Apple gets a chance to inject code into Map App Store (or iOS App Store) binaries after they have been submitted by the developer.
Obviously, the developer initially signs her ...
-1
votes
1answer
28 views
How To Encrypt something in .NET and Decrypt it in Objective C
I am trying to create an application that runs on OS X that can read a file that was encrypted in .NET on Windows. I have been searching all over the internet for an example, but I haven't found any. ...
1
vote
1answer
35 views
Twofish: whitening subkey generation
I'm implementing the Twofish algorithm for use in educational software. Im using QT for UI and using research from Wikipedia and the Twofish paper of Bruce Schneier, but Im stuck on generating the ...
-1
votes
1answer
21 views
Can I use the same dm-crypt key to encrypt different devices? [closed]
I have three hard drives and at the moment they all contain an own dm-crypt encrypted partition/lvm. Therefore I have three different passphrases for my system and if I understand dm-crypt correctly ...
-1
votes
1answer
48 views
448-bit Blowfish, considering the 64-bit blocksize, is it secure at all for large files/volumes? (Crashplan) [closed]
Ok. So I recently signed up for Crashplan which uses 448-bit Blowfish to encrypt the data you send them, and the more I do research on Blowfish the more it sounds like the 64-bit block size is totally ...
0
votes
1answer
15 views
Trusting a certificate by trusting only part of the certificates
Assume I have Alice's certificate, and its certificate chain is built out of N certificates. Is it enough to verify (and trust) the root of the chain (for instance, VeriSign), or do I have to trust ...
-1
votes
2answers
58 views
Password-based encryption fails when salt value changed [closed]
Below code uses PBE algorithm, I understand SALT array is used to add few bytes to the password provided. But when I tried to remove few elements from that array and when I run the program its giving ...
-1
votes
0answers
19 views
using wincrypt api with rsa alg for encryption gets invalid_parameter
I am trying to understand the wincrypt api for encrypting a message.
Basically I have a byte array public key in my program which I import using the cryptimportkey. But when I use the hcryptkey ...
-1
votes
1answer
41 views
CryptoJS AES Code Equivalent to c# code
Below is a working c# Cryptography Code.
Included namespace reference
using System.Web.Script.Serialization;
using System.Security.Cryptography;
using System.Text;
C# code to encode json format ...
2
votes
1answer
74 views
Cryptography .NET, Avoiding Timing Attack
I was browsing crackstation.net website and came across this code which was commented as following:
Compares two byte arrays in length-constant time. This comparison method is used so that ...
0
votes
1answer
36 views
Can a hashed password using BCrypt in Java be recognised by Python?
I'm planning to hash user passwords using bcrypt, and to store these hashed passwords in a database.
The server that handles user account creation, and inserts the hashed password to the database is ...
0
votes
4answers
46 views
Is it possible to precompute a git commit hash such that it can be placed in the commit itself?
I was just about to remove a feature from a site admin that I don't believe anyone is using. However I wanted to leave a message on the off-chance that someone is still using it. I was going to ...
0
votes
3answers
70 views
Why does this encrypted string have funny characters in it? It isn't readable?
I'm converting the encrypted text using UTF8, yet the resulting string has funny characters that I can't read and not sure if I can send this text to the browser.
string message = "hello ...
0
votes
1answer
87 views
How to produce a PKCS8 private key encrypted by a symmetric key?
If I try to produce a 3TDES encrypted PKCS 8 key using the OpenSSL command line:
openssl genrsa 512 | openssl pkcs8 -topk8 -v2 des-ede3-cbc
I get:
Enter Encryption Password:
What if I wanted to ...
0
votes
0answers
28 views
What exactly is a key container, where is it located?
I'm reading about how to store your private key for RSA encryption, but I'm confused as to what exactly a key container is?
For example, on my server that I will deploy, are there any trust levels in ...

