Re: SSCrypto to PHP

2008-09-08 Thread Jerry Krinock
Hello Walter, Since your message has been languishing for over 8 hours now I figured that my two cents might be better than nothing. I spent a few minutes reading your code but got too confused. Example: NSString *password = secretMessage; Seems weird to set your password equal to the

SSCrypto to PHP

2008-09-08 Thread Walter Johnson
Greetings, I need help with encrypting data to send to a php script to be decrypted. I stumbled across the SSCrypto framework and I've been using it to encrypt and decrypt a simple NSString. However, when I attempt to plug this into my php script, it only outputs gibberish. Can someone give me a