DB2 Table Data Encryption

Source: Internet
Author: User
Tags db2 create table db2 insert db2 values

Example:

1.
C: \> db2 create table encode_demo (col1 varchar (100) for bit data)// Field col1 data is stored in binary format
The DB20000I SQL command is successfully completed.
2.
C: \> db2 set encryption password = 'loveunix'// Set the encrypted and decrypted passwd
The DB20000I SQL command is successfully completed.
3.
C: \> db2 values (encrypt ('loveunix '))// Preview the encrypted loveunix
1
---------------------------------------------------
X '08bc44ff6a05a3d5240e86cfb2ce60f243aa83c41b7221d7'
4.
C: \> db2 insert into encode_demo values (encrypt ('loveunix '))// Insert records
The DB20000I SQL command is successfully completed.
5.
C: \> db2 select decrypt_char (col1) as encode from encode_demo// Decrypt and retrieve records
ENCODE
--------------------------------------------------------------------------------
Loveunix
1 record selected.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.