i need some help for solve my problem. Problem : I want to encrypt a number (A) with public RSA Key from Android platform and then decrypt it on PHP Server with the private key.
I\'m trying to encrypt/decrypt a strin开发者_如何学Gog using 128 bit AES encryption (ECB). What I want to know is how I can add/remove the PKCS7 padding to it. It seems that the Mcrypt extension can t
I\'m developing a web project using JavaScript with AJAX requests to WebServices and I\'m interested in encrypting the information.
Alright so my question isn\'t as professional as it can be. Basically I want to know, do you think it\'s secure enough to encrypt messages with AES and a custom (but static) key?
Is there any way that you may create a puzzle of three pieces with your code that you allows you to have an encrypted string, a function built specifically for that string and only for that one, (stri
I am implementing a decryption of ciphertext using Rijndael\'s algorithm. Unfortunately, I have not got access to the encryption of the data and have only been provided with a password (to generate th
How can I encode string using PHP Base64_encode function with passing some Salt String I don\'t want others to hack my string. If some one is having little knowledge in php, he can easily hack if I d
I am new in xcode. I am encrypting a string in xcode and also encrypting the same string in Java using AES 256 bit and am seeing some strange issues. The Encryption in java and Iphone do not match eac
I want to do some RSA encryption on iPhone and after a bit of reading through iOS Developer library I found the CryptoExercise example code and its class \"SecKeyWrapper\"...
Iuse openssl for RSA encryption in my iOS application. I have to send the publicKey to a SOAP webservice..I\'m already able to generate a key pair, en-/decrypt data, but I wonder if there is a way to