Ultra Cyber Guardian
Ultra Cyber Guardian is a complete data protection solution that is designed to bring frustration to any hacker who seeks to compromise your sensitive data. Ultra Cyber Guardian encrypts all data in its databases, insuring that even if a hacker successfully compromises your security and gets access to the database, the contents of the database cannot be read or altered.
While Ultra Cyber Guardian uses encryption to protect sensitive data, encryption is merely the last line of defense. There are a number of other security services provided by Ultra Cyber Guardian. While they work synergistic-ally to provide the strongest possible security, each service is self-contained. This means that you can use one or more services individually without having to use the others.
The security services currently offered by Ultra Cyber Guardian are:
- The Server- Defender: This is the outer defense. The Server- Defender prevents all malicious or illegitimate requests from reaching the server. It also prevents Denial of Service (DoS) attacks, where bad actors try to shut down a server by sending lots of requests, causing the server to overload.
- Authentication: This acts to log in users. The Authentication system allows all forms of Authentication, including Username and Passphrase, 2- Factor Authentication, and Passwordless Authentication.
- Authorization: This system determines who has access to what data. It provides a system that provides access based on a user's "attributes". This means that, for example, managers have access to managerial data, while a doctor will have access to data related to doctors. This enables us to give fine- grained access to any data.
- Key (PKI) Management: The passphrases used by users to login are not the keys used to decrypt (or encrypt) the data. This is handled by keys that are assigned to the users. The key management system handles all keys the user uses. Key management is transparent to the user, so the user is unaware of the encryption.
- Data Service: This is the system that handles the implementation of the API. NOTE: any APIs you already have do not change. Your Data Service just changes in order to access the Encryption/Decryption Library.
- Encryption/Decryption Library: This performs the encryption of anything that is written to the database, and decrypts anything that is read from the database.