Project Logger with AES and SSL
Introduction
The problem of data today is that even if the website offers SSL (secure connection lock in the browser) the services still keep your data unencrypted. You can't really know that the services you're registed on are protecting you and encrypt your data.
Most of the social tools (messagers) have the data encrypted, but most of the business tools don't.
Usually the following business tools are saving your data in raw format: like project manager websites, 3rd party intranets, 3rd party hosting providers & database providers.
It means your service provider can sell your data without you even knowing it, EVEN IF it's punishable by law they might do it in a secret way and without problems.
To completly avoid this you have to make sure your data is encrypted and so your confidential information.
This can be done with AES (Advanced Encryption Standard) which lock any of your information under a password. AES encryption is used throught all the Vitoz packages!
Back To Work
After you bought the membership of any level you'll be able to access:
Vitoz Project Logger
Project logger is a tool which encrypt everything you type in using AES passowrd - 2nd screenshot.
You encrypted data will then be send to our sever and stored there. The server owner (me) won't be able to see
anything you wrote. It will appear encrypted as on the 3rd screenshot.
The website has SSL certificate with HTTPS protocol, which makes sure your data won't be exposed in any circumstaces
from other sides than yourself.