Encryption is the process of transforming information (called plaintext) using an algorithm (called cipher) to make it unreadable to anyone except those with special knowledge (often called a key). Conceptual questions about encryption may get better answers on crypto.stackexchange.com.
5
votes
0answers
145 views
Microsoft Crypto API Disable Use of RSAES-OAEP Key Transport Algorithm
I'm using CryptEncryptMessage to generate a PKCS#7 enveloped message. I'm using szOID_NIST_AES256_CBC as the encryption algorithm.
The generated message appears to be valid but is the RSAES-OAEP for ...
4
votes
0answers
37 views
WAS 6.1 IBMJCE provider generating wrong sha256withrsa signature
We are generating a digital signature (PKCS7) using Java security API. The digest algorithm is SHA-256 and the encryption algorithm is RSA (SHA256withRSA).
Using SunRsaSign provider in the local ...
4
votes
0answers
168 views
Problems outsourcing RSA encryption and decryption
i have a problem with RSA encryption and decryption. I'm developing in android and would like to outsource the RSA encryption and decryption. My source code worked well before i tried to outsource it.
...
4
votes
0answers
269 views
RSA Decryption across Android - iPhone
I'm trying to implement a system where A generates an RSA key pair and sends the public key to B. B then generates an AES key and encrypts it using the public key, sending the result back to A. A ...
4
votes
0answers
362 views
Using-password-based-encryption in android
The Code below although works, but when i continuously run throws "Given final block not properly padded" some times and others as well. I feel that i making a small error some where.
Can you help me ...
4
votes
0answers
219 views
Testing NSFileProtectionComplete in iOS simulator and device
I have this code written for my - (NSPersistentStoreCoordinator *)persistentStoreCoordinator in a coreData app. I used xCode's Master-Detail Application template to create the app...
- ...
4
votes
0answers
342 views
NHibernate and SQL Server 2008 encryption
How to perform SQL Server built-in encryption/decryption with NHibernate? I mean encryption of separate columns.
3
votes
0answers
98 views
Verifying signature of non-hashed data with Ruby OpenSSL
I have an RSA public key, some data and a signature of that data. I need to verify the signature. However, the signature is not of a digest of the data, but of the entire data. (The data itself is ...
3
votes
0answers
305 views
RSA private key format
I was trying to find a way to replicate the session-id decoding of mega.co.nz in Ruby using OpenSSL. But, unfortunately, I'm not a cryptography expert.
The problem is I don't understand/recognise the ...
3
votes
0answers
191 views
PKCS#7 data payload unpacking with NodeJS?
I'm working on an MDM NodeJS server for iOS. On the Apple docs, the following ruby code is given :
p7sign = OpenSSL::PKCS7::PKCS7.new(req.body)
store = OpenSSL::X509::Store.new
...
3
votes
0answers
198 views
encryption facility in lucene
Recently in my project i used lucene for duplicate search in our db and it is perfectly working.
But now there is requirement for encrypting lucene indexes and i was asked to look for encryption ...
3
votes
0answers
309 views
Encrypt/decrypt using myang's Qr encoder Project
Hi this a QR Encoder project found at github by myang, https://github.com/myang-git/QR-Code-Encoder-for-Objective-C i want to use the encode and decode functionality provided here, am able to ...
3
votes
0answers
966 views
How to view permissions for RSA Key Container
I've created an RSA Machine-Store container as a non-administrator, and assigned Full Control to myself, as well as read access to other accounts.
I want to be able to programatically view the ACL ...
3
votes
0answers
163 views
Has any one been able to consume fast-path update PDUs in an RDP client?
I'm working on an RDP client with a friend as a pet project and we're trying to get fast-path updates to work since rdesktop hasn't supported this so far. We're able to process around 20-21 fast-path ...
2
votes
0answers
73 views
AES encryption in VB .net output doesn't match website
I am trying to implement AES encryption on an embedded platform with matching version in VB .net. The embedded platform has hardware AES acceleration and gives me the same result as ...
2
votes
0answers
109 views
php code decrypt the coldfusion encrypted string
we are trying to decrypt the coldfusion encrypted string with AES/OFB/Nopadding in PHP. However, we got think even worse, we try all the solution here but still cannot get it work.
here is the code ...
2
votes
0answers
26 views
how to install an older version of PHP libmcrypt?
I need to use RC6 cipher for my project. But, because the installed mcrypt library in my server is mcrypt version 2.5.8, so it's not support for RC6 cipher. As wrote in ...
2
votes
0answers
67 views
ClickOnce and managing connection strings
Our application uses ClickOnce for admin-less deployment by the user to their computer.
The app has a SqlServerCE database that contains sensitive data. A requirement is that the db password be ...
2
votes
0answers
63 views
What to prepare before submitting an app to AppStore with encryption?
I am going to submit an app with encryption to AppStore. The app CCCrypt and stores text files in the iPhone, using <CommonCrypto/CommonCryptor.h> by Apple.
I will mostly likely select "Yes" ...
2
votes
0answers
152 views
Password encryption in php like web2py
i wont to implement the password encryption done in web2py in php , now i got some instructions on how to do it from massimo de piero the created of web2py but i am still cant implement it in php , ...
2
votes
0answers
69 views
RijndaelManaged.CreateEncryptor key expansion
There are two ways to specify a key and an IV for a RijndaelManaged object. One is by calling CreateEncryptor:
var encryptor = rij.CreateEncryptor(Encoding.UTF8.GetBytes(key), ...
2
votes
0answers
39 views
Trying to reconcile elliptic curve error
I am trying to do the following:
I have a piece of software which is using ECC to generate a standard Rijndael key (NOT AES... There is a difference: AES only supports key sizes of 128, 192, and 256 ...
2
votes
0answers
162 views
SQLite in-memory encryption
As some of you know, it is possible to create an SQLite DB in memory and save it later to disk. It is also possible to load a DB from disk into memory to work with it in memory. Now in my project, I ...
2
votes
0answers
606 views
Identify encryption algorithm from source and encrypted string
Can anyone identify the encryption method from these pairs:
string -> encrypted string
010147 -> ff 64 34 67 73 1f 45 d8 8b 07 0a 0b d0 08 c7 e2
010304 -> ff 64 34 67 73 1f 45 d8 8b 61 b8 7a ...
2
votes
0answers
151 views
smime email decryption
I am trying to decrypt signed and encrypted emails using a certificate and private key. This works perfectly on encrypted emails. If the email is signed and encrypted it adds extra characters to the ...
2
votes
0answers
158 views
Light protection for SQLite database on the iPhone
There are a bunch of questions on how to protect a SQLite database on the iPhone here. Those questions are mostly about:
preventing data tampering;
protecting user's personal data using a passwords ...
2
votes
0answers
262 views
Bad key CryptographicException when trying to Decrypt
I create the following files using the commands:
makecert -n "CN=TEST_CER" -sv "Test.pvk" -r -sky echange -pe test.cer
pvk2pfx -pvk Eltapk.pvk -spc test.cer -pfx test.pfx -pi PVKPASS -po PFXPASS -f
...
2
votes
0answers
96 views
how to confimr encrypted data in fiddler?
I am testing https data encryption on local host. For this I have registered a certificate in IIS and attach to my aspx web site. When preview my site in IIS in browser it appears with https.
In form ...
2
votes
0answers
224 views
Encrypting and decrypting android expansion file
I have successfully uploaded and published my android app + apk expansion file (with format .obb but is actually a .zip) on Google Play. I would like to set up some protection to it. Are there any ...
2
votes
0answers
275 views
Android ICS Device Encryption
i'm trying to trigger the encryption of my ICS device programmatically by launching an intent (Intent --> DevicePolicyManager.ACTION_START_ENCRYPTION). This works quite well. I would like to know ...
2
votes
0answers
1k views
Rijndael 128 Encrypt/decrypt between vb.net and php
EDIT:
sorry for this question, i solved it immediately by myself ...
the only thing i had to do was to set the padding to zeros:
aes.Padding = PaddingMode.Zeros
i am trying to encrypt the traffic ...
2
votes
0answers
209 views
Call truecrypt function independently?
I want to achieve a basic functionality of an "in-file" encrypted file system, for that I am trying to use open-source truecrypt's files, I want to be able to instantiate the VolumeCreate class and ...
2
votes
0answers
277 views
PayPal Encrypt cart data
Im using ExpressIonEngine, and there is some module Simple Commerce, which doesnt provide what I want.
Created everything that I needed, but then I wanted to improve it, so everything in cart should ...
2
votes
0answers
238 views
OMA DRM implementation in .NET
Can anyone help me find some drm solutions that can be implemented in asp.net mvc 3. I am developing a content manager to distribute mobile content to subscribers. What I want to do is to be able to ...
2
votes
0answers
561 views
Play encrypted video with AVPlayer
I'm implementing an application that contains video player. For some reasons video files are encrypted with AES, and size of these files can be rather big to avoid loading it to RAM as one piece. I'm ...
2
votes
0answers
838 views
Public/private key alike system in PHP
For my autologin script I was thinking about implementing the following:
the user gets some sort of personal "public key" that is stored in a cookie
because I don't want to save the exact same key ...
2
votes
0answers
392 views
IOS App Submission with Encryption / Fairplay, how to do or automatic
Looking around a bit just need a quick overview on one how the application itself is encrypted or not.
By default while building the app, it is all un-encrypted when loaded on the test devices, ...
2
votes
0answers
273 views
Aspnet_Regiis Could not load type 'Microsoft.ApplicationHost.AesProtectedConfigurationProvider'
I have implemented an AesProvider in my web.config (and tried in machine.config as well) like so:
<configProtectedData>
<providers>
<add name="AesProvider" ...
2
votes
0answers
127 views
Error decrypting manifest resource stream using RijndaelManaged
I have this code:
private byte[] c1(string a, string b)
{
RijndaelManaged managed = new RijndaelManaged
{Key = Convert.FromBase64String(a), IV = Convert.FromBase64String(b)};
...
2
votes
0answers
360 views
Secure licensing system for iOS app
A few similar questions have been asked before on SO, but I've yet to find one that pinpoints exactly what I'm trying to do.
I have an iOS app that I'm trying to build a reasonably secure licensing ...
2
votes
0answers
282 views
Implementing PasswordDeriveBytes in Silverlight
I am trying to read some encrypted data in Silverlight, which was encrypted using a legacy .NET application using PasswordDeriveBytes to generate the key. I'm aware that we are supposed to use ...
2
votes
0answers
230 views
decrypting file from eToken
I am new to cryptography, hence I want to ask about my company's requirements.
We are using eToken with RSA support.
I have developed a code that encrypt file with public key and stored it in ...
2
votes
0answers
192 views
Apple Live Streaming, encryption and padding to PKCS7
I've written a segmenter and have just added AES encryption, but I'm a little puzzled by the PKCS7 padding. When playing on the iPad, I get glitches every 12 seconds, which is my segment length.
If ...
2
votes
0answers
2k views
iOS/Objective C: Using SecKeyWrapper to encrypt/decrypt String/Data
I want to do some RSA encryption on iPhone and after a bit of reading through iOS Developer library I found the CryptoExercise example code and its class "SecKeyWrapper"...
Can anyone tell me, how to ...
2
votes
0answers
606 views
key not valid for use in specified state
we are using CNG for encrypting some of our sensitive data. As a standard, we implement the SQL Integrated Security instead of using a SQL user with DB permissions. To implement this, we define the ...
2
votes
0answers
407 views
Issue porting Decryption from Windows CryptoAPI to linux libmcrypt
I am trying to port my program from Windows to Linux. The windows program uses Window CryptoAPI and linux is using libmcrypt.
Here is the Windows code:
#include <windows.h>
#include ...
2
votes
0answers
535 views
Specifying Encrypted password in JDBC OCI Connection String
I've a standalone application that we use to connect to the Oracle database. In the past, we used JDBC to connect to it, but now due to various reasons we've switched towards using OCI thick client. ...
2
votes
0answers
329 views
SQL Server encryption - rotate keys for PCI compliance
Good day,
Not sure if this question is better suited for SO or SF...
PCI compliance requires annual rotation of keys. The definition of "rotation of keys" that I keep coming across is decrypting ...
2
votes
0answers
214 views
Using Kerberos to encrypt credentials / What is a static secret for a principal
An application written in Java needs to store passwords to external services per user. Within the application the user itself authenticates against a KDC using Kerberos (basically creating a ...
1
vote
0answers
17 views
Bad Data Error while decrypting session key
With Reference to the MSDN link Session Key Decrption I am trying to decrypt the session key, but I am getting bad data exception at
aes.Key = ...