Possible Duplicate:
PHP 2-way encryption: I need to store passwords that can be retrieved
Ben güvenli bilgi tutmak istiyorum .. rapidshare kullanıcı adı ve şifreleri, vb aka, web sitemde kullanıcılar için dış hesap bilgilerini saklamak için plan, ama ben onların bilgilerini karma eğer, ben daha sonra kullanmak için almak değil biliyorum .
Base64 is decrypt-able so there's no point using that just plain off. My idea is to scramble the user and pass before and after it gets base64ed that way even after you decrypt it, you get some funny looking text if you try to decrypt. Is there a php function that accepts values that will make an unique scramble of a string and de-scramble it later when the value is reinputed?
Herhangi bir öneriniz?