seikan Posted December 10, 2007 Share Posted December 10, 2007 I want to make a setting file (*.stt) to be read by my PHP application. May I know how to encrypt it and decrypt to read by my application? The setting file is written in XML format and the size may reached 1MB. Any effective way to do this? Quote Link to comment Share on other sites More sharing options...
rarebit Posted December 10, 2007 Share Posted December 10, 2007 I've never heard of a stt file format, is one your doing yourself and you just want to know of any built in ways to encrypt it? If so look at http://uk3.php.net/manual/en/ref.mcrypt.php, your host may already have it installed, check your phpinfo() output. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.