What are the PHP "encryption" functions?
        Posted  
        
            by Rob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rob
        
        
        
        Published on 2010-06-02T16:55:54Z
        Indexed on 
            2010/06/02
            17:03 UTC
        
        
        Read the original article
        Hit count: 203
        
php
|encryption
Looking for built in encryption functions, not to hide the string from the clever programmer, but instead just to obfuscate it a bit. Looking for functions such as str_rot13 and base64_encode, but I can't seem to locate any. Surely there are more?
© Stack Overflow or respective owner