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? Link to comment https://forums.phpfreaks.com/topic/80949-php-encryption/ 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. Link to comment https://forums.phpfreaks.com/topic/80949-php-encryption/#findComment-410670 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.