2
votes
1answer
29 views

Encrypting database credentials

Firstly to explain, we have some websites which all connect to a central database. As a rule we don't give clients access to the FTP for their website so they cant access any files with the DB ...
0
votes
1answer
24 views

Database encryption or filesystem encryption? [closed]

Recently I've been working on some data which, although not directly governed by any infosec laws, is sensitive enough to warrant being encrypted. I'm interested in finding out about best practises ...
0
votes
1answer
24 views

Using NamedQueries to query an encrypted column

I have a java app with JPA and I'm using oracle DB. One property of an entity needs to be encrypted before saved into the DB. I'm using application encryption, Base64. I have a named query searching ...
0
votes
0answers
55 views

Can i use any kind of encryption to SQLite database in WinRT? [closed]

Can i use any kind of encryption to SQLite database in WinRT? I cant find any specific info about SQLCipher version for WinRT I found the SQLiteCrypt at http://sqlite-crypt.com/ in the home page ...
-1
votes
0answers
55 views

Advice needed for simple one way encryption

I'm a first year computer science student located in Copenhagen, and for our 2nd sem project were currently developing a patient journal system with a mysql database to go along with it. The ...
1
vote
1answer
27 views

How to search fields encrypted using a unique initialization vector?

I understand that it is good practice to use a unique initialization vector for encrypting each record, but how is it then possible to search on that field? Currently I use a single IV, which means I ...
2
votes
0answers
65 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 ...
0
votes
3answers
200 views

Encrypt the data in a column in SQL Server

Is there any algorithm exist in the sql server to encrypt the data. I have a password field which i need to encrypt but i have to encrypt the data once its being passed in the stored procedure. It ...
0
votes
1answer
89 views

Failed to create SQLite3 database with file protection in iOS

Background: I have been watching through WWDC 2011 - 208 Securing iOS application. They mention about how to secure our data with file encryption called NSFileProtection. While I discover the ...
0
votes
1answer
163 views

Android How to use SqlCipher with pre-bundled Sqllite Database?

I am creating an app with a prebundle database, i am using this tutorial to achieve the same, http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ Now how should ...
0
votes
1answer
30 views

Storing database passwords of users on a database. Is using the application user password as a salt for encryption a good approach?

The application is not finished yet, and for now the passwords and databases information is just encrypted in the database, and decrypted on the application with a key. But I was thinking, if I could ...
0
votes
1answer
77 views

How to encrypt shipped database in android?

Team, I have an Android application with large SQLite database this data costs me lots of money and I don't want to let anybody have it easily. This database come to me as databse.sqlite file and I ...
2
votes
1answer
97 views

Android how to encrypt/decrypt database

I want to encrypt/decrypt android database and for that I looked into SQLCipher, and it works if database is created using SQLCipher only. But in my case I have database created using Oracle Mobile ...
-1
votes
2answers
52 views

PHP data security help using functions

Is storing emails in databases encrypted using encrypt() function in php secure ? If yes then how can i decrypt it if not then what's a better idea ? example : crypt() function
1
vote
3answers
93 views

Secure data in database [closed]

Should I store emails in my database in encoded form or encrypted or hashed? Is it important to store them in non-plain text form?
0
votes
0answers
38 views

Searching an Encrypted Database

I have a MySQL database table that contains an amount of encrypted data (different subsets encrypted with different keys) that needs to be searchable. If the user is authenticated and has access ...
3
votes
1answer
325 views

encryption of an already existing database for SQLCipher

I use an already existing database in my App (see also 1). I encrypted the database with a Java Application. In my App I try to read the encrypted_database with the following code, but I get a ...
0
votes
2answers
140 views

SHA1 encryption trouble

I have a problem with the password encryption. I would like to have the password encrypted like those not highlighted in the picture. I wrote the following c# code: SHA1CryptoServiceProvider ...
0
votes
1answer
55 views

Securing and unsecuring data from application to DB

In my spring-maven-jpa based web app some of the data must by encrypted just before stored in the DB and then decrypted back when pooled from the DB. So I created my encrypter service and now I ...
2
votes
2answers
88 views

Securing a SQL Server database on a server administered /controlled by third party admins [duplicate]

Possible Duplicate: Is it possible to password protect an SQL server database even from administrators of the server? I am hosting my database on SQL Server 2008 on a windows 7 machine. The ...
0
votes
3answers
588 views

Encrypt a String, save it to DB, load it and decrypt it

I have to store in a DB table the connection details to another databases, I must encrypt the passwords to those DBs and one must be able to "manually" insert data into that table via SQL scripts... ...
1
vote
1answer
107 views

Protect sqlite database from downloading

There is no solution to prevent to download a preloaded database in jailbreak iPhone. Any way to get your SQLite DB off iPhone? I think the only way is to encrypt a preloaded database (maybe ...
0
votes
1answer
57 views

DBA (dBASE) encrypted field called 'XPASSWORD', what is this?

I'm trying to find the value of a field labeled 'XPASSWORD' in DBF Viewer 2000 ( http://www.dbf2002.com/ ). Does anybody know what encryption technique this field uses? Can anyone help me out? ...
0
votes
2answers
54 views

How would I go about connecting to a database securely via Java?

I wish to connect to a Mysql Database with Java without revealing the password to anyone that may decompile my code? I can efficiently connect to a database, but my ways will openly show my password ...
2
votes
1answer
248 views

Private/Public key variant for encrypting data online and decrypting with multiple different keys

Assume the following example: I have an online service where user can register and enter personal data. Now I want to encrypt these data. I have a private key Pr1 and public key Pu1. User logs in ...
2
votes
1answer
51 views

AES: Storing a clear part of the encrypted data for search purpose

I encrypt sensitive text tokens with AES and store them in a database. I would like to do a partial search for these tokens and not only search exact matches. Decrypting all tokens would be too slow ...
0
votes
1answer
244 views

“Standard ACE DB” “Microsoft bas cryptograghic provider” in first line of file, how to open it? [closed]

can we break the encryption, all i found by google and experiments is: The first line of a file (78MB 8n size) (database of a free religious books software) contains these strings "Standard ACE DB" ...
1
vote
1answer
152 views

Which is better approach for encrypt and decrypt data??

i want to encrypt the data. still i am following to do this on ASP.NET Pages. i came to know that we can apply encryption/decryption on data at Backend means on SQL SERVER. I want to know which is the ...
0
votes
1answer
75 views

IV concerns with Authenticated Encryption (GCM mode) for Data at Rest

I am planning to use AES encryption in GCM mode for protecting data at rest for my application. I went through the NIST recommendations for GCM mode. It mentions that the uniqueness of IV is very ...
1
vote
2answers
413 views

Encrypting db password in application.conf for Play 2.0/anorm

I don't want to put unencrypted passwords in the application config file. This question: Encrypting db password in application.conf has a great solution for the problem but it works only for Play 1. ...
0
votes
1answer
125 views

Preferred recoverable method to store passwords in database

I want to store some passwords on my database at server. The passwords should be recoverable, since I want to use them for a third-party api which needs the password. (So I can't use one-way methods ...
2
votes
1answer
115 views

mysql password() encrypted password to oracle migration [duplicate]

Possible Duplicate: MySQL password function I am making tables for my homepage's registration fields using MySQL. I googled the way for encrypting passwords and it showed me that I can use ...
0
votes
3answers
317 views

What is the purpose of MD5 hashing if it can be easily cracked?

I understand that passwords should be encrypted in databases to protect them from hackers and people with bad intentions. But MD5 was renewed in 2005. Since then, hackers found the inverse hash ...
2
votes
1answer
179 views

How to securely store a password in a database while still being recoverable

For an application that I am working on I want to store passwords that a user enters in a way that provides some security in the event that my database is compromised but still allows an external ...
2
votes
2answers
368 views

SQLite and Password Encryption, Decryption and Upload

I am building a android application within flash builder, that will allow clients to use and access the database within the application, but blocking outside. The case is to take an encrypted ...
0
votes
2answers
2k views

How to securely encrypt credit card information in a database

I have already read through: Saving credit card information in MySQL database? http://stackoverflow.com/questions/633384/storing-credit-card-information I'm aware that storing credit card information ...
1
vote
0answers
129 views

Saving SSN for background checks [closed]

What is the best process to save SSN (social security numbers) to be able to run a background check? Our background check provider needs them and they don't have a really good way of us to auto send ...
0
votes
0answers
67 views

Possible to “watch” a program's decryption process?

I have a CD with a database that I can access through the CD's .exe program, but the program doesn't let you resize the window for viewing the data, can't resize any of the columns, and no options to ...
0
votes
4answers
141 views

Best practise when storing contact information in SQL, should I encrypt?

I'm just wondering if I should encrypt user contact information when I store it in the database? E.g. emails, phone numbers etc...
0
votes
1answer
81 views

encrypted data retrieval for booking form

Hi i have a booking system , which pulls data from AES encrypted database. in the data base the postcode and the destination is encrypted, used to have an old script with list input, so users can ...
6
votes
5answers
1k views

Best practice for storing usernames & password in MySQL Databases [duplicate]

Possible Duplicate: Secure hash and salt for PHP passwords I am making a system that has stores user credentials (email, username and password) in a MySQL database and have seen conflicting ...
0
votes
4answers
1k views

encrypt database username and password in java?

Actually by type 4 db connection from java i am connecting to oracle database like this: In dbconnection.java i have written below: Class.forName("oracle.jdbc.driver.OracleDriver"); ...
0
votes
1answer
354 views

Need to encrypt the DB file in android

Is there any way to encrypt the db file in android.I know its possible to encrypt the datas stored in db but what I want is to encrypt the whole db file of my application and should be possible to ...
0
votes
1answer
107 views

What database should i use for cross domain json calls with authentication?

I am creating a userscript that decrypts encrypted text based on the user that writes the text. I need to use a database to store and call the decryption keys inside the browser. So for example i ...
0
votes
1answer
221 views

Is AIR's database encryption secure enough for this use case?

We are planning a desktop client application with Adobe AIR. The client app will be delivered to our customers with a database, which contains monthly updated marketing data provided by our company. ...
0
votes
2answers
273 views

Java Class Objects Encryption/Decryption and object database

I have an application (Amnesia) which lets you create memos/stickers/alarms/Phone Book, and uses db4o (embedded) to store the objects in a .db file. What i am thinking of doing, is adding an ...
-2
votes
1answer
178 views

Encryption of password to store into database

I am developing a web application using netbeans. I am using MySQL as my data base. I want to store the user password in encrypted form in table. and when I will access it using web application they ...
0
votes
1answer
51 views

Verify string presence in encrypted database

For a system I'm designing, I want to be able to verify whether a specific string is 'valid' or not, but I want to keep my database of 'valid' strings private. I want to provide clients with a ...
2
votes
2answers
595 views

How to store passwords in a database table

I am designing a C# application in which I need to store users' login information, including their passwords, in a database table. I was wondering what's a decent way of doing this. I know it is a ...
0
votes
1answer
166 views

Free embedded database which support encryption (.NET)

I'm looking for a free embedded database for .NET (C#), which supports encryption. Preferably some sort of TDE (Transparent Data Encryption) using good encryption protocols (like AES 256). Thank you ...

1 2 3