0
votes
3answers
38 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
0answers
19 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 ...
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 ...
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 ...
2
votes
2answers
53 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
1answer
22 views

is client based online encryption practical?

I'm wondering whether a mechanism exists that allows client to client encryption. For example, when enabled, any information that is entered on one client can only be decrypted using a specific key. ...
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 ...
-3
votes
1answer
24 views

breaking a hash and understanding it

I have a hash value taken from a database. This is a php-mysql based application. The assignment given to me is to break it and tell what it would be in plain text. To me it seems as a SHA-512. This ...
1
vote
2answers
33 views

How to convert public key and signature value in human readable format

I am trying to generate public key and signature in readable format which can be used in rest service .i have write following code . public static void GenearetSignature(String url,String ...
0
votes
4answers
73 views

Generate Same Salt everytime for Same String value

I need to add a salt to a hashed column. This hashed column is also used as an index in one of the tables. I don't want to use the same hard coded salt for all values for obvious reasons. What can ...
0
votes
1answer
40 views

How implement Zero-knowledge/client-side encryption for personal data in a cloud?

Is 8:00 and a hacker (or PRISM!) already have a full copy of my customers data with personal details. Assuming the data is already readable, how protect the personal details? Before the current ...
0
votes
0answers
12 views

iPhone key-pair generation override?

I was playing around with asymmetric encryption using iPhone and I was wondering about the KeyPair generation Function if it would override my KeyPairs every time I call the SecKeyGeneratePair ...
3
votes
1answer
71 views

Security of localhost connection

I realise that this may seem an odd question (and I apologise for asking what almost answers itself) however I was concerned after reading responses to other questions: I have a php script which ...
0
votes
1answer
47 views

File decryption error with RSA algorithm? [duplicate]

I have a given encrypted text and I want to decrypt it with given private key file. I wrote this code ObjectInputStream inputStream = new ObjectInputStream( new FileInputStream( PRIVATE_KEY_FILE ) ...
-1
votes
2answers
47 views

Security: testing sequence of encrypted numbers

Suppose that you have a sequence of ids that are encrypted by using algorithm X, in the form: 2b9ff1f86c9d5806030cd861db4304d8 c9b8d142d9777c03c2b5824ce79378ff etc. How can I test if this sequence ...
3
votes
1answer
55 views

Encrypting a string

Is there a way to encrypt a string so there is no reversable effect? Like if you run some algorith 100 times, encrypting a message, you can run it 100 times in reverse and get the right one. If there ...
-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 ...
0
votes
0answers
20 views

Air - Safe way to store and load API keys?

I'm working on an Adobe Air (3.6) application and I need to load and store API keys securly. My idea is to get the API keys by calling a PHP file from my server via https and store them afterwards via ...
0
votes
2answers
30 views

Creating a Digital Certificate without signing it

I have created a key-pair and now I want to bind my public key with an email id (create a digital certificate). I do not want to do the next step of signing the certificate. Question: How can I ...
2
votes
1answer
56 views

One-liner to XOR two strings?

I have a message in base36 (ie: [a-z0-9]+) and I want to XOR it with a base36 key. Is this possible? What's the easiest way to do that? Can it be done with a one-liner on linux?
3
votes
1answer
39 views

Hibernate - Store a column as encrypted, and decrypt only on runtime

I have a database column that needs to be encrypted, when passed from a hibernate backed webapp. The webapp is on tomcat 6, Hibernate 4, and Mysql as the backing store. The problem however is that ...
-3
votes
1answer
41 views

AES Cpu Consumption: What's cheaper? To encrypt/decrypt 1024 bytes in AES-256 or 512 in AES-128 and 512 in AES-256

I am trying to figure out if it is worth using differential privacy on some data that I need to secure. So what is less CPU intensive? Encrypt the whole data in AES-256 or encrypt parts of it in ...
0
votes
2answers
47 views

Client Authentication through Encryption using a master key?

Is this a common and well-regarded pattern? Secondary Question: Best encryption standard for my context? Context: I have a windows service which sends JSON data to a RESTFul Service. In that JSON ...
0
votes
0answers
21 views

Encrypted container on USB stick readable by Mac, Windows and Linux [closed]

i would like to have an encrypted container on an USB stick, or a completely encrypted USB stick, that is mountable and writable/readable on Mac, Windows and Linux so that if I unplug or lose it, or ...
-1
votes
1answer
46 views

JAVA AES 256 & Public Key Encryption [closed]

One of our customers requires us to encrypt a message return from our web service using AES 256 & Public Key Encryption Server Side (web service) is java based. Client side could be java or .Net. ...
0
votes
1answer
26 views

Is knowing the salt used in Rfc2898DeriveBytes a security risk?

Sorry if this is a duplicate but I could not find anything that was not in some way related to DB encryption. My problem is not with a DB. I have a set of files encrypted using RijndaelManaged. In the ...
0
votes
2answers
91 views

How to Encrypt a URL?

I am building a web service that I want my users to register for before they can use it. I would then give them a registration key. When they call my service they would pass me the registration key. ...
0
votes
2answers
51 views

How is a mail secured using mail or s/mime certificate?

I am trying to understand how a mail is secured using mail or s/mime certificate ? Normally HTTPS has certificate in a server which gets downloaded to the client on the request reply and then it ...
1
vote
1answer
23 views

split private key(k1) such that only any two keys are necessary to decrypt it?

I encrypt data using public key(k1). I decrypt it using private key pk1 Is it possible to split private key(pk1) into keys pk2, pk3, pk4 and pk5 in such a way that only any two keys are necessary to ...
1
vote
0answers
52 views

Encrypt in SQLServer 2005, decrypt in Java

I'm trying to find a way to encrypt a column in SQLServer 2005, with an algorithm easily decryptable from Java. From this page I see encryption by passphrase uses 3DES, but there's no other ...
0
votes
0answers
43 views

BouncyCastle Symmetric Cipher algorithm with output same length as input

I'm trying to create a BouncyCastle Cipher algorithm using their CSharp API that meets the following criteria: Output is same length as input Small variations in input (a few bytes) produce a large ...
0
votes
1answer
25 views

Hide ASP Website and SQL Ptored Procedures from Users

I'm creating a ASP.Net web application which will be hosted on different servers, and I do not want to show my code to others who have access to those servers. So, I heard of publishing pre compiled ...
0
votes
1answer
33 views

Data Encryption With breeze

make it quick: we are going to publish our web site soon, our task is to provide live scores, and we are paying money to get live result as fast as possible. we do not force user to log-in to see the ...
0
votes
1answer
67 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
1answer
32 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 ...
0
votes
1answer
46 views

Questions about RSA padding algorithm

So I have this JavaScript encrypted library which I will be using for a chrome extension that encrypts text strings in RSA then sends it to my server, However I noticed that it uses PKCS#1 (type 2) ...
2
votes
1answer
27 views

Dycrypt stored secret using HTTPS transport

I am considering developing a software for safely storing files on a server. Let's say I have a secret document initially stored on my client computer that I want to upload to the server. The ...
0
votes
0answers
37 views

Secure communication between 2 (or more) computers [closed]

I am looking for some information, how to create private and safe communication between group of computers on home LAN site. For example, in my Java program, I want to send short text information ...
2
votes
2answers
80 views

how to store mysql connection data safely? [duplicate]

I'd like to begin a new project and one of the first problems I've figured out is the security of my mysql connection data. I want to know if it's possible to configure the software to choose a ...
-1
votes
1answer
61 views

How do I hide a secret from other users?

I want to store a user passkey (which has to remain in cleartext to be sent to the server) in a way that other users of the same machine wont have access to it even though they have access to the ...
2
votes
2answers
59 views

Storing scrambled Social Security numbers

I need to store a social security number in the unique scrambled state... The reason: I would require social numbers, but I do not want to store them open in case if database gets compromised. I ...
0
votes
2answers
73 views

Is this Data Encryption/Storage Method Secure? [closed]

Let me first say that I know it is a bad idea to store sensitive information in a mysql database, so please don't respond by saying "DON'T DO IT" or something to that effect. I am building a website ...
-1
votes
1answer
61 views

Any way to encrypt files (and decrypt on the fly) so that they're inaccessible - even by root? [closed]

I have some highly confidential documents pertaining to a stealth mode startup venture. They live in a directory outside public_html on the server at my web host. I wrote a system that allows select ...
0
votes
2answers
78 views

How to protect my application data in Documents directory

How can I protect files in my application "Documents" directory? Using iFunBox, or another application like it, anyone can to see, what application store in it's documents directory. So if I want to ...
0
votes
0answers
44 views

How to solve CWE-321: Use of Hard-coded Cryptographic Key? [closed]

I am trying to protect the key used to encrypt / decrypt values in my C# app. My code is: Private Shared key() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, ...
0
votes
0answers
45 views

how to store encrypted file / bytes securely in client device

A friend of mine as me this question and it struck me that I cannot find any possible definite solution to this, so I pass the question to the community of experts. The goal: storing file / bytes ...
1
vote
1answer
37 views

Clarification on Digital Certificates

I used the makecert tool to create: self-signed certificate client certificate These are the commands I used: makecert -n "CN=MatthewCA" -r -sv MatthewCA.pvk MatthewCA.cer **for self signed ...
0
votes
0answers
61 views

Security in iOS 6 for SQLite file stored in Documents directory

I am developing ios app to purchase items. I used Paypal as payment gateway. Once user pay for item , I am sending transaction info from Paypal to my server. But in case if there is some problem while ...
0
votes
3answers
53 views

HTTPS : How do I Encrypt _only_ the password _only_ when user is signing in or registering?

Suppose I have a login web form like the following: UserId: testuser Password: ThisIsStrongPwd [LOGIN] (button) Now, all I want to do is encrypt the password (using an industry-accepted secure ...
2
votes
3answers
232 views

How would an efficient OAuth2.0 server / provider work?

I may need to implement an OAuth2.0 server for an API I'm creating. This API would allow 3rd parties to perform actions on the user's behalf. OAuth2.0 has 3 mains calls. First, there is a call to ...

1 2 3 4 5 23