We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


I want to use encryption_package in vertica, but I don't know how to install this pack in vertica... — Vertica Forum

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 ㅜㅜㅜㅜㅜㅜㅜ

 

 

 

 

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 ...

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file