Tagged Questions

The act of securing a password by converting the value into a hard to crack sequence of letters or numbers(hashes) or into a code. Encryption: the activity of converting data or information into code.

learn more… | top users | synonyms

6
votes
3answers
181 views

Best Practice for Storing and Updating External API Passwords

I have a ASP.Net C# application that needs to connect to an external API using WebServices every 5 minutes. The requirements of the External Webservice are as follows: Username and Password are ...
6
votes
3answers
1k views

Hide datasource password in spring xml file

there is a way to hide/encrypt password in xml spring config file? I read that is possible with a "custom" subclass of DataSource, but the solutions keep key in same config file as plain text...so is ...
6
votes
6answers
10k views

Password encryption with Spring/Hibernate - Jasypt or something else?

In a Java application stack with Spring & Hibernate (JPA) in the Data Access Layer, what are good methods of applying the password encryption (hopefully using annotations), and where can you find ...
4
votes
3answers
59 views

Storing passwords in a database when hashing doesn't apply

There are a lot of questions on Stack Overflow about how to store user passwords, and the general advice of course is to hash the passwords and compare hashes. However, imagine you are building a ...
4
votes
2answers
98 views

Best + Strongest method of encryption for databases

I am storing Paswords and Personal Data in a database. What is the strongest method for encrypting these values for protection. Also, what is the best method for encryption for Credit Card info in a ...
4
votes
6answers
948 views

Safe way to store decryptable passwords

I'm making an application in PHP and there is a requirement that it must be possible to decrypt the passwords in order to avoid problems in the future with switching user database to different system. ...
2
votes
0answers
107 views

Password encryption with liquibase maven plugin

Currently i am using liquibase maven plugin for database changes and my database credentials are in plain text format in .m2/settings.xml. By using mavens password encryption, i want to encrypt ...
1
vote
2answers
82 views

simple encryption in C# and VB returns different results

I have an application that encrypts data which is written in VB. There is another application that uses the same data. Encryption code is the same but it returns different result in some cases. Below ...
1
vote
0answers
72 views

How can I decrypt a password that is in the jboss login-config.xml

Is there an API provided by jboss that I can use to access login-config.xml and decrypt the encrypted passwords.
1
vote
5answers
110 views

Password Encryption Method? : PASSWORD() versus md5?

Just wondering if there are pros and cons to methods of password encryption... Typically, I'll use php and encrypt a password using md5 before inserting a new user into the database. I inherited a ...
1
vote
1answer
62 views

Password Encryption 3 approaches

On one side I have: http://forums.enterprisedb.com/posts/list/2481.page Here we declare field as BYTEA and we can decrypt it and encryption is on db level. On the other side: ...
1
vote
1answer
88 views

Java - Password encryption/decryption for external sites

On our server, we have several periodical jobs that login to external accounts through API's. Currently, these passwords are hard-coded (in the clear). We are going to be storing them in a database ...
1
vote
5answers
166 views

Beginner Encryption, “Master Password” Question

I'm writing a program that, using Rijndael, will encrypt and decrypt files/folders using a user chosen password. Currently, when the user wants to encrypt something, they have to enter a password, ...
1
vote
3answers
335 views

Ajax Login: Password Encryption

I am using jQuery Ajax to login a user. Right now, I use JS to grab the values from the username and password textboxes and send them to a aspx page which checks the credentials. It then returns ...
1
vote
1answer
196 views

Linux two way password encryption?

I am looking for a way to encrypt the password for my perl script. The password is stored in an XML file called config.xml I have tried before to come up with a way to encrypt the password using ...
0
votes
2answers
27 views

Encryption Decryption libraries like JASYPT

I would like to know whether there are any alternative libraries like JASYPT , which can help me in Encryption / Decryption of passwords.
0
votes
0answers
12 views

Save way to send Password with encrypted file [migrated]

I have got a security question here. I am currently working on an application, that encrypts files with AES 256. The problem is, that I want the user to see whether the password was wrong, before the ...
0
votes
1answer
66 views

Does a Message authentication code (MAC) ensure authenticity of the key used?

I have to protects confidentiality, integrity and authenticity of a file of records with a password. The number of records can potentially be more then 32^2 and each record can be accessed ...
0
votes
2answers
28 views

sql insert method fails when using ecrypted string

I'm using md5 to ecnrypt the user password. But whenever I try to add any records my code is throwing an error "Syntax error in INSERT INTO statement." Here's my code public int ...
0
votes
1answer
117 views

Joomla Password Authentication in Visual Basic .NET

I have managed to successfully connect remotely to the MySQL database for my Joomla! 1.5 website using MySqlConnector in Visual Basic .NET 2010. Now I am trying to authenticate a user's password ...
0
votes
2answers
163 views

Encrypt password custom rule in DataMapper and Codeigniter

I am using Codeigniter 2.0.3 with DataMapper ORM 1.6.0. Integration DataMapper in CI has been implemented successfully and everything works fine, except password encryption. I have model called ...
0
votes
1answer
43 views

migrate users while modifing password encryption

ok i have this application using a db called EXAMPLE. this has been going on for a while. applications uses a kind-of-old version of hibernate. users' password are stored as ...
0
votes
1answer
124 views

PBKDF2 not matching between Python and Javascript libraries

Using password "password", salt "1234567812345678" 100 repetitions, 128-bit result http://bitwiseshiftleft.github.com/sjcl/demo/ is a javascript implementation, gives result ...
0
votes
2answers
56 views

Are HMACSHA256 hashes transferable from one server to another?

If I use HMACSHA256.ComputeHash in my password encoding scheme and generate password hashes on one server then later need to migrate to a different server, will my hashes still encode the same? I ...
0
votes
1answer
122 views

Java library for multiple different types of password encryption

I'm looking for a library (or preferably built into java) that will able to take a password and it's hash, determine what type of encryption was used and validate the password. Essentially the java ...
0
votes
4answers
587 views

sql server 2008 password field encryption

I have a table with username and password fields. Now i dont want the password to be stored exactly as a string the user inputted. I want this field to be encrypted or converted into a GUID so no one ...
0
votes
1answer
187 views

Encrypting Web.config and installing

I am new to the encryption process and have tried unsuccessfully to install an encrypted web.config file onto a hosting companies server. I am using Microsoft Visual Web Developer 2010 Express. I ...
0
votes
2answers
717 views

VB.NET: Password encryption

What's the simplest way to upgrade a VB.NET site to using encrypted passwords? Are there easy to use encryption algorithms built in to System.UI? My site is using plain text password storage, and it ...
-5
votes
1answer
69 views

Somebody heard about this encryption? [closed]

I've decrypted a packet with Aes 128 bit, and this the result I got. Has someone saw this before? [B@766a24 Thanks !