Tagged Questions
15
votes
6answers
2k views
Obscure / encrypt an order number as another number: symmetrical, “random” appearance?
Client has an simple increasing order number (1, 2, 3...). He wants end-users to receive an 8- or 9- digit (digits only -- no characters) "random" number. Obviously, this "random" number actually has ...
3
votes
2answers
110 views
Encryption using Javascript without sacrificing performance
I would like to enhance my web application by including symmetric encryption techniques using Javascript but I fear that I will lose the performance. Can you suggest me some good approaches please?
3
votes
6answers
3k views
What is the performance difference of pki to symmetric encryption?
We are looking to do some heavy security requirements on our project, and we need to do a lot of encryption that is highly performant.
I think that I know that PKI is much slower and more complex ...
2
votes
0answers
32 views
How do I set hard-coded symmetric encryption in WCF using AES256?
How do I define channel security in WCF to encrypted messages using by a hard-coded symmetric
key with AES256 standard?
I do not want to use certificates and I am aware that this is a "weak" ...
0
votes
1answer
134 views
Speed Advantage of Symmetric Key Encryption
We've all read that a symmetric or shared key is faster than public-private keys. But what's the exact reason for this? It seems to me in either case encryption and decryption logic against a key of ...
0
votes
1answer
569 views
Base64 encoded output differs from as3crypto and pycrypto encryption libraries
I'm trying to use symmetric encryption to pass data from actionscript 3 (client) to python (server).
The libraries I'm using are as3crypto and pycrypto, I'm not sure if I'm using these libraries ...
0
votes
1answer
406 views
Something missing in iPhone/PHP encryption/decryption
I have been trying to implement some encryption between an iPhone app and a PHP web service. It's not working however. It seems like the first half of the text is NOT decrypted while the second half ...