OWLink is a link encryption product that ensures safe transmitting and receiving of data in most communication environments, including TCP/IP, wireless, and the web, and is equipped with a KCMVP authentication module to ensure the security of data encryption.
It can meet security requirements required in open communication areas.
Confidentiality |
- Apply a proven encryption algorithm with a key length of 128 bits or more (ARIA, SEED, AES, LEA) - Data transmitted over the communication section cannot be sniffed. - Session key sharing (Handshake) is encrypted using a highly secure public key (RSA2048, DHE, ECDHE) |
---|---|
Integrity |
- Detecting forgery of transmitted messages using the Message Authentication Code (MAC) method - Apply proven algorithms HMAC-SHA256 - The MAC key is derived in a secure way during the session key sharing process. |
Authentication |
- Completely block access to unauthorized servers. - Applying certificate-based server authentication method (RSA2048 / SAH256 / ARIA) - Authenticating as the server by verifying the hash and issuer signature of the server certificate. - Provide certificate issuance key to enable application of customer's private certificate (KCMVP encryption module application) |
Availability |
- It can be quickly responded to by simply restarting the server when it is shut down since it is provided in a library format. - By storing the session key in a database, it is not lost during shutdown and encrypted communication continues. - Automatically update without restarting clients when renewing server certificates |
Secure Key Management (KMS) |
- Shared session keys provide options to be managed using context variables, DB methods, etc. - Shared session keys are stored encrypted - Session keys provide a function to set an expiration date so that they can be discarded after a certain period of use. - Private key password and DB access password are also encrypted and managed. |