Skip to content

DB-ABE/mysql_abe_client

Repository files navigation

mysql_abe_client

命令示例:

insert into company.share0(title,data) values('first', abe_enc('this is the first data', 'attr1'));
select title, abe_dec(data) from company.share0 where title='first';

更新abe密钥:

show current_abe_key;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published