Tagged Questions

0
votes
3answers
37 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 …
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.
1
vote
4answers
49 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 …
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 …
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 …
4
votes
7answers
120 views

What encryption scheme meets requirement of decimal plaintext & ciphertext and preserves length?

Hi, I need an encryption scheme where the plaintext and ciphertext are composed entirely of decimal digits. In addition, the plaintext and ciphertext must be the same length. Also the underlying …
3
votes
6answers
120 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
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
2answers
55 views

What is the safest algorithm in Kohana’s auth module?

I'd prefer to use the crypt function and use blowfish encryption, but the current implementation of this module uses the hash function, which doesn't offer this encryption method. So, what is the …
0
votes
1answer
29 views

encrypting flash files

what's the recommended method to encrypt flash files ? i'd like to make some flash programs that are commericals, how can i made sure that they won't get decrypted or to make sure that i used to …
1
vote
5answers
85 views

will encrypting a comma seperated list of ID’s make it smaller to fit into a cookie?

say I want to store ID's in a cookie: 123,1232,3443,2343,2344422,2342 seeing that a cookie has a 4kb limit (or whatever), would encrypting the value allow for more storage somehow? if so, which …
1
vote
1answer
46 views

Translating algorithm/code from Ruby to PHP

digest = HMAC.digest(Digest.new(SHA1), Base64.decode64(key), HashString) return Base64.encode64(digest.to_s()).chomp() What would the above be in PHP?
0
votes
2answers
13 views

flash: how to encrypt information that is sent from swf to web server

hi. i want to make flash programs that send information to the web server that cannot be revealed by the user. of course the user will be able to see that HTTP request that is being sent, but i want …

1 2 3 4 5 61 next
15 30 50 per page