encryptionfields.ini filedirective

The encryption directive is meant to be used on password fields only. It specifies that a certain type of encryption is to be used in the storing of values in this field. For example, many PHP/MySQL applications use MD5 encryption to store their passwords. If you want your Xataface application to be able to use the same users tables, then you’ll need to specify the encryption directive for the password field.

Possible Values

Value Meaning Version
md5 MD5 encryption 0.6
sha1 SHA1 encryption 1.0
encrypt MySQL encrypt function 1.0
password MySQL password encryption 1.0

E.g. in the users table fields.ini file

[password]
   encryption=md5

var disqus_identifier = ‘xataface.com/wiki/encryption’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘http://xataface.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })(); blog comments powered by Disqus

//<![CDATA[ (function() { var links = document.getElementsByTagName(‘a’); var query = ‘?’; for(var i = 0; i < links.length; i++) { if(links[i].href.indexOf(‘#disqus_thread’) >= 0) { query += ‘url’ + i + ‘=’ + encodeURIComponent(links[i].href) + ‘&’; } } document.write(‘