What is "obfuscate", and what is the difference between obfuscate and encyption?
Also, ive noticed talk about admins able to view messages people have been sending, how have they been doing this, is this a feature, and do the user who the message was sent to/from know about this? As i think they should have a right to know their messages could be read. If you wanted to make sure they knew, what would you do, in cb have a t&c page and in there saying "we may read your messages"?
Thanks again,
Danny
And keep up the good work guys, it is great component, better than what i was using before.
All known PMS for Joomla store messages as plain text in the database, so when you backup your database or use phpMyAdmin you can read all messages without any problems.
When you "obfuscate" a message, this message is encrypted in the database using a key the admin configures in the backend. It is a little bit like ROT13 (see
en.wikipedia.org/wiki/Rot13
), so a human user cannot read the massage but since the key is known the admin could decrypt the message with some effort.
When you "encrypt" a message, this message is encrypted with a key the user enters in the frontend (it is called "password" in the frontend which is actually wrong because it is a key but users usually do not know the difference so it is easier for them to understand what to do). Since this key is only known by the sender and the receiver the admin cannot decrypt the mssage (with major effort it is possible because uddeIM does actually not support strong encryption like AES (symmetric) or RSA (asymmetric) but maybe I add strong encryption in future )
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Thanks, are any of these noticable by the user, you mention when they are encrypted the user knows the key, do the receiver have to know the key to decrypt it?