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.
2
votes
2answers
54 views
Authentication android messaging app
This is a messaging app. It has no login (username or password). This means it has to send messsages to a server, and the server must trust it is coming from the phone number it says it is coming ...
0
votes
3answers
40 views
Is it feasible to use RSA encryption to transmit large amounts of data securely between browser and server, both ways?
For a very security-intensive web application, it is feasible to encrypt all vital data sent back and forth between client and server using 2048-bit RSA encryption? Assuming there are kilobytes to ...
0
votes
3answers
371 views
Secure communication between linked SQL Servers
Is the data transferred between two SQL Servers protected (encrypted) by default? If not, is there a way to accomplish this?
I have two SQL Server 2005 databases running on separate servers, ...
0
votes
0answers
9 views
Convert iOS generated public Key for use in PHP openssl functions
I want to verify an iOS client vie it's public key inside a PHP backend. At the moment, I am using the openssl library of PHP to verify/decrypt/encrypt data sent from the iOS device with a public key ...
10
votes
5answers
7k views
AES difference between iPhone (Objective-c) and Java
I have been tearing my hair out all day trying to solve this...
I have an objective-c client running on the iPhone, connecting to a Java server. The iPhone is encrypting data using AES but I cannot ...
6
votes
1answer
117 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" ...
7
votes
3answers
439 views
How can I compress and encrypt a large file without using external DLLs or runtimes?
I am looking for a component or other technique to compress and encrypt multiple large files (files which exceed 4gb in size, and thus will not fit in the memory available to a win32 process) into a ...
0
votes
3answers
63 views
I want to encrypt the post data so that the user can not see it
I want to create a authentication mechanism in which the client side is javacript and it fetches the password and username from the client and post it to the cgi perl script.
The problem is that the ...
0
votes
0answers
6 views
How to create a self-signed Certificate using CLR Security to use with EnvelopedCms?
I am trying to create a self-signed Certificate using the CLR-Security library Security.Cryptography.dll (their homepage: http://clrsecurity.codeplex.com)
I am able to create the certificate and even ...
-1
votes
0answers
6 views
Outlook 2010 - ActiveIdentity activclient 6.2 - Can't decrypt AES encrypted message [closed]
I'm using Outlook 2010 and actividentity activclient 6.2 on W7 SP1 64bits system.
I'm not able to decrypt mails encrypted with AES encryption algorithm. I think that actividentity support this ...
21
votes
6answers
53k views
Converting a Java Keystore into PEM Format
I am trying to convert into Java keystore file into a PEM file using keytool and openssl applicactions. But I could not find a good way to do the conversion. Any idea?
Instead of converting the ...
1
vote
2answers
30 views
PHP encrypt - and decrypt otherthan base64 encode
In one of our web application ( in PHP, MySQL ) we are saving user's mobile number as encrypted value and decrypt it when we send SMS to them. The application was pretty working well. But
now GoDaddy ...
1
vote
1answer
83 views
How is Azure ACS authentication secured?
Thanks to Gaurav Mantri for answering my earlier question Azure ACS Set Up in C#.
However can someone explains to me, how the following line is secured?
if ...
2
votes
2answers
29 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 ...
0
votes
0answers
9 views
VB.NET File binder not working?
I'm currently trying to bind an application, that has had its data encrypted and saved to a BIN file, to a decrypter. The binded file will be an EXE containing the BIN file and the decrypter, which ...
-5
votes
0answers
23 views
I want encrypt & decrypt .swf file using vb
how to encrypt & decrypt the .swf file in vb. I got some techniques but it was only for text. please answer me.
1
vote
1answer
18 views
NSIS Password Registry Encryption
Right now im storing passwords in plain text in the registry, i'd prefer not to use plugins, but does NSIS have any built in methods to actually encrypting plain text into the registry?
Thanks
0
votes
0answers
15 views
Windows xp sp3 client fails decrypting application data after SSL Handshake done
I am trying to make WPA2 authentication on windows client using PEAPv0 as inner authentication method. I am able to make the handshake and establish the tunnel. When I send the first application data, ...
0
votes
1answer
36 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
20 views
Decrypt TripleDES file on Linux
I have a bunch of files encrypted with Triple DES which I need to decrypt.
I have both the Key and the Initialization Vector as byte arrays.
I'm trying to decrypt them with
openssl des3 -d -in $FILE ...
-2
votes
0answers
40 views
c# validate serial in a big encrypted serials file
i built a C# (WPF) application that interacts with thousands of remote devices (3rd-party).
each of those devices has a unique serials number, and the user must have a matching license for that ...
0
votes
0answers
15 views
PAM module and crypt function
I try to developp a pam module but i have a problem on this simple example :
PAM_EXTERN int
pam_sm_authenticate (pam_handle_t * pamh, int flags, int argc,
const char **argv)
{
int ...
0
votes
2answers
24 views
how to get rid of zeros in PKCS7Padding
I am trying to remove the zeros from the padding. I would like to remove the zeros without having to use a for loop, so how would I remove the zeros from the padding?
Here is the ...
1
vote
1answer
29 views
padding is invalid and cannot be removed ERROR firing at cs.FlushFinalBlock() line
I am trying to use the Rijndael method to encrypt and decrypt data. It encrypts fine but when I try to decrypt it it gives padding is invalid and cannot be removed at the line cs.FlushFinalBlock(); ...
81
votes
7answers
22k views
Does my application “contain encryption”?
I'm uploading a binary for the first time. iTunes Connect has asked me:
Export laws require that products containing encryption be properly authorized for export.
Failure to comply could result ...
9
votes
3answers
90 views
Perl encrypting STDIN passwords
I'm producing a Perl module that provides an OO interface for a 3rd party API. I want to capture and store the user's password in an encrypted format before it is transmitted to the 3rd party API. The ...
0
votes
0answers
23 views
RSA Encryption using openssl, variable length for encrypted text with PKCS1 Padding
I am trying to encrypt a string "HELLO" using RSA encryption with PKCS1 Padding.
I am using openssl for generating the keypair and perform encryption.
Problem: I am getting the generated encypted ...
0
votes
2answers
35 views
encrypt/decrypt java class and implment and deploy in tomcat with custom class loader
I have a application war bundled with class files which we deploy into tomcat.
I will be deploying the application at client location server where different people will have access to it.
I want the ...
-6
votes
0answers
28 views
java code for implementing rabbit algorithm for encryption in android [closed]
java code for implementing rabbit algorithm for encryption in android.Also i would like to have the code for merging two arrays into one array by entering the values from the 2 arrays alternatively
-6
votes
1answer
76 views
How to replace several characters on a single string to desired characters (java)?
I made my own way of encryption. now i need to get that encryption to an android app. Can somebody tell me, if you have a message (string) how to replace it's characters to desired characters.
For ...
-1
votes
1answer
23 views
Convert DES encryption code in Java to PHP [closed]
I'm trying to convert following DES encryption code from Java to PHP but I'm not able to reproduce exact same encrypted string. Can someone please help me convert this code from Java to PHP.
private ...
6
votes
4answers
16k views
InvalidKeyException : Illegal Key Size - Java code throwing exception for encryption class - how to fix?
I've been trying to get some working Java code to use for encrypting Paypal buttons. This is no easy task! Even when I get some code, from Paypal, I'm faced with errors..ugh..
So here is what I have ...
0
votes
0answers
26 views
How to manually encrypt and validate password in membership type System.Web.Providers.DefaultMembershipProvider
I have ASP .NET MVC 4 websites which uses default membership provider, the website works fine, now I am developing a separate WCF Rest service to expose the existing DB to android app, below is the ...
0
votes
0answers
20 views
How to manage passwords in a multi-tenant surrounding? [closed]
I am building a multi-tenant application in a shared database model. I would like to encrypt sensitive data so that only a particular tenant could have access to his data. What is the best mode to ...
0
votes
1answer
100 views
Keeping encryption algorithm output in printable ASCII range [closed]
I am using a very simple encryption algorithm that takes an input from the user, makes 1 = 2, a = b and so on. This isn't an encryption at all but my problem is that the user have to copy the ...
8
votes
5answers
21k views
How to encrypt and decrypt file in Android?
I want to encrypt file and store it in SD card. I want to decrypt that encrypted file and store it in sd card again. I have tried to encrypt file by opening as file stream and encrypt is but it is not ...
-2
votes
0answers
48 views
mysqli_query not working with crypted data
Im trying to use PHP crypt to hash passwords on my database. Before, I was able to use mysqli_query to insert the data on the table, but its not working anymore.
Actually, the return value I want is ...
4
votes
3answers
91 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 ...
0
votes
2answers
21 views
ProtectedConfigurationProvider using Rsa and x509 certificate
I'm new to this so please bear with me. I'm trying to encrypt/decrypt a .config section using RsaProtectedConfigurationProvider
Please correct me if I'm wrong but from what i've been reading I need ...
4
votes
1answer
297 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 ...
1
vote
1answer
33 views
Unencrypt an excel file (xls, xlsx, 2003 onwards) with the password
I have some excel files that are password protected and encrypted using excel. I know the password but I do not want to use excel or excel automation to open them. Is it possible to remove the ...
1
vote
2answers
64 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
1answer
34 views
Implementing gpg Encryption in Ruby
Trying to convert some old shell/unix scripts into Ruby.
I have the following encryption of a file that's accomplished via the gpg tool in Unix. I can pass in the recipient key, the file I want to ...
2
votes
2answers
61 views
Python Blowfish Encryption
I am struggling due to my incomplete knowledge of Java to convert this encryption code to Python code. The two should have the exact same results. Help would be greatly appreciated.
Java Function
...
0
votes
0answers
30 views
Best way to encrypt data between selected users on a network? [closed]
I am looking for the best design of a solution that will allow a few users on a Windows network to share files in a way that not even the system administrators can read the files. All these users have ...
-3
votes
0answers
38 views
Hide Javascript at client side [duplicate]
What is the best way to hide javascript at client side?
At my PHP page...javascript is developing dynamical using PHP...so I have to find a way where I can dynamically do something to hide/encrypt ...
1
vote
3answers
300 views
How to make auto trust gpg public key?
I am trying to add my GPG public key as a part of our appliance installation process. The purpose of it to encrypt any important files like logs before admin pulling them into his local using admin ...
0
votes
0answers
6 views
How to recover a truecrypt container from a corrupt NTFS drive [migrated]
On my external HDD which is formatted in NTFS I have a truecrypt container. I plugged my drive in today and windows gave me an error that I need to format the disk. How would I go about recovering my ...
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
0answers
35 views
Creating cipher key from random text on Android [duplicate]
I'm having a little problem. In my app I need to create a key for AES encryption from String written by a user, and I have no idea how to do it. For example: user writes: "abscde" and I need to some ...



