GET STARTED UniCipher

LIVE DEMO

Unicode Format
Preserving Encryption

You do not have to change data type after encryption.

Conventional Encryption
Requires changing data type

Unicipher’s Encryption
Does not need to change all the data types

Database

Before Encryption

Field Name Data Type
Customer ID AutoNumber
Card Number Number
Name Text

After Encryption

Field Name Data Type
Customer ID AutoNumber
Card Number Text
Name Text

Conventional encryption method requires changing the datatype, which requires changing the datatype in the database as well. It is hard to apply data encryption if each database is reliant to each other, as an example ERP system.

Before Encryption

Field Name Data Type
Customer ID AutoNumber
Card Number Number
Name Text

After Encryption

Field Name Data Type
Customer ID AutoNumber
Card Number Number
Name Text

UniCipher’s security strength is same as AES ,and it can encrypt ala the data that is represented by unicode, e.g. text, numbers. Not only that, it can encrypt bit or byte level.

UP TO

1/16

UniCipher can reduce the cloud data size up to up to 1/16 (in case of CDN, it reduce 90% cost)

Normal Encryption

Increase data size

sensor data
100GB
type and size are changed
database
1600GB

Our Solution

Preseve data size

sensor data
100GB
Same size and format
database
100GB
(up to 1/16 saving)

USE CASE

IoT

For IOT, you can transfer the data without
changing the length of data.
It is useful for the case like Bluetooth
which has limited transferable data length.

Tokenization

For Tokenization, you can tokenize
the credit card number without
the need of expensive token server.
(Vault-less Tokenization)

Secure Chatting

For Secure Chatting, you can attach
this module on to the message application.
You can keep the exact same
interface with secure chat.