I want to create a Flash application that sends information to a web server and I want the information to be encrypted and secured as good as possible.
I\'m building an installer using InstallScript MSI project. During installation I save some information to a local file. This file is created based on the user\'s preferences and it may contain sensit
I want tp encrypt and decrypt string, with defined salt.But the result must be same if the code run in java and adobe flex.
开发者_如何学编程Is there an implementation (Java/C++/Ruby) of a Blowfish algorithm that supports 48-bit data blocks? I have an encryption problem where the input and output channels are exactly 48-bi
I am looking at the possibility of running a PHP-based website (built in symfony) from an encrypted partition on a LAMP server. The reason for this is开发者_如何学C because a client would have access
I need an encryption scheme where the plaintext and ciphertext are composed entirely of decimal digits.
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
I\'m looking for a simple encryption tutorial, for encoding a string into another string. I\'m looking for it in general mathematical terms or psuedocode; we\'re doing it in a scripting language that
how can i encrypt data in flash? is there a toolkit or class or something that can help开发者_开发技巧 me do that ?as3cryptoDon\'t forget about as3corelib which offers some decent implementations of c
Let\'s say an application has really specific data which belongs to a user, and nobody is supposed to see it except the owner. I use MySQL database with DataMapper ORM mapper. The application is writt