0
votes
0answers
4 views
Compact Framework Configuration Encryption
I have a compact framework 3.5 application that is making a call to a webservice. On a desktop application I would normally just encrypt these and store the encryption keys in the application. …
1
vote
4answers
50 views
Securly Storing OpenID identifiers and OAuth tokens
I am creating a web app that will use OpenID logins and OAuth tokens with Youtube. I am currently storing the OpenID identity and OAuth token/token secret in plain text in the database.
Is it …
0
votes
3answers
38 views
Secure connection between client and server
Hi,
I'm developing a server component that will serve requests for a embedded client, which is also under my control.
Right now everything is beta and the security works like this:
client sends …
1
vote
4answers
97 views
How should I generate an initialization vector?
I'm sure there's not one answer to this question, but just trying to find out a general approach.
Using Java 1.4.2, I need to generate a key and IV for use in a symmetric algorithm. These values …
4
votes
7answers
142 views
Encryption algorithms…
Would someone recommend a good book on data encryption algorithms? I would like one that has the math theory as well as some code examples.
20
votes
7answers
1k views
The necessity of hiding the salt for a hash
At work we have two competing theories for salts. The products I work on use something like a user name or phone number to salt the hash. Essentially something that is different for each user but is …
0
votes
3answers
16 views
encrypting data using blowfish under flash.
how can i encrypt data in flash? is there a toolkit or class or something that can help me do that ?
1
vote
2answers
27 views
Has anyone got a tutorial up on getting your own smartcard and getting pkcs#11 working on it?
Has anyone got a tutorial up on getting your own smartcard and getting pkcs#11 working on it? In Linux? (Windows would be fine too).
Most of the vendors seem to assume you'll be wanting enough for …
2
votes
8answers
155 views
How to protect intellectual property in java app
What product / technology can I you use to protect my java code in a commercial application? Is there a obfuscator that does the job? On the other side, it would be great to have anything that …
8
votes
11answers
5k views
C# What is the easiest way to encrypt a password when I save it to the registry?
Currently I'm writing it in clear text oops!, it's an in house program so it's not that bad but I'd like to do it right. How should I go about encrypting this when writing to the registry and how do I …
0
votes
1answer
116 views
How do I create a .p12 file in Ruby?
I've looked at the Ruby OpenSSL documentation, but I can't quite figure out the pieces I need to put together to make a .p12 file.
There's also this tutorial, but the comments belie an ambivalence …
3
votes
6answers
121 views
What is the best way to keep database data enctypted with user passwords?
Lets say, application has really specific data which belongs to user, and nobody supposed to see it except the owner. I use MySQL database with DataMapper ORM mapper, the application is written in …
2
votes
3answers
62 views
Is there a way to encrypt the configuration file of a Windows Forms application?
Is there a way to encrypt the configuration file of a Windows forms application?
All I can find on google is stuff that is dependant on "aspnet_regiis.exe" but I want to do this for a desktop …
0
votes
0answers
10 views
Does legacy salt string support in Moodle 1.9.7 include support for non-salted passwords?
We have an active Moodle installation recently updated to 1.9.7. This site has never used password salts before. I want to enable password salts on the system, as Moodle recommends now for 1.9.7, but …
1
vote
7answers
170 views
Can anyone get access to my PHP source code ?
Is it possible to hide the .php file on the server...?
I have a website which sometimes calls php files inside iframes, now I wouldn't like it if somebody copied that code, so how would I hide it?
Or …
