file encryption
Posted: Sat Aug 14, 2010 2:38 pm
Hey all
I was wondering if there is a way to ready a file that has been encrypted using crypt()
I created a file from php code called license.lbi
and in teh code that create the file i have crypt($site_url);
$site_url = http://www.mydomain.com
now when the file is created its encrypted now is there a way to chk the created file for the url like if i was at mydomain.com and when it chks the file it will see it matches and do nothing but if i was trying to use the script one another domain then what is in the license file it would come up with a error.
I just need to know if there is a way to do this or should i try this another way.
I was wondering if there is a way to ready a file that has been encrypted using crypt()
I created a file from php code called license.lbi
and in teh code that create the file i have crypt($site_url);
$site_url = http://www.mydomain.com
now when the file is created its encrypted now is there a way to chk the created file for the url like if i was at mydomain.com and when it chks the file it will see it matches and do nothing but if i was trying to use the script one another domain then what is in the license file it would come up with a error.
I just need to know if there is a way to do this or should i try this another way.