I want to use encryption_package in vertica, but I don't know how to install this pack in vertica...
Hi
I want to use encryption_package in vertica, but I don't know how to install this pack in vertica...
the pack said me,
the SQL statements in
src/ddl/install.sql
so
I open the file.
then..
select version();
\set libfile '\''`pwd`'/build/Encryption.so\'';
CREATE LIBRARY Encryption as :libfile;
CREATE FUNCTION AESEncrypt as language 'C++' name 'AESEncryptFactory' library Encryption;
CREATE FUNCTION AESDecrypt as language 'C++' name 'AESDecryptFactory' library Encryption;
...what mean...
\set libfile '\' ''pwd''/build/Encryption.so\'';
pwd mean my password??
where is Encryption.so I don't find it...
plz help me ㅜㅜㅜㅜㅜㅜㅜ
0
Comments
Hi, after reading through the readme in the github for this package, I can see where you might be confused. The src/ddl/install.sql is building the Encryption.so file, and can also be done by issuing a "make install" from the command prompt from a user that also has access to VSQL.
-Chris
Hi Chris_Daly_HPE
Thanks for your kindness~!!
I'm rinux baby ...