根据前面的问题: How to create a secured field in H2 database?
我想我需要 cipher aes
cipher aes
声明:
CREATE TABLE IF NOT EXISTS MyTable( myPK varchar(256), protectedField blob cipher aes ... );
退货:
myPK varchar(256),
那么,如何使一个列被H2加密?