Search found 3 matches

by rvramanan21
Tue Jun 17, 2014 5:22 pm
Forum: Vertica User Defined Functions (UDFs)
Topic: UDF with JDBC not working
Replies: 0
Views: 13868

UDF with JDBC not working

Hi All, I have the below UDF which tries to connect to vertica using JDBC... package com.testudf.udfex; import java.sql.*; import com.vertica.sdk.*; public class TokenFactory extends TransformFunctionFactory{ @Override public void getPrototype(ServerInterface srvInterface, ColumnTypes argTypes,Colum...
by rvramanan21
Mon Jun 09, 2014 5:25 pm
Forum: Vertica SQL Functions
Topic: Data encryption using hash function
Replies: 1
Views: 14421

Re: Data encryption using hash function

All,

did some good amount of reading on hashing and have settled down with the conclusion that re-genrating the hash value with a trial-and-error method is almost impossible (or) in other words, finding a single match for a given set of rows takes lots and lots of time.
by rvramanan21
Mon Jun 09, 2014 12:23 pm
Forum: Vertica SQL Functions
Topic: Data encryption using hash function
Replies: 1
Views: 14421

Data encryption using hash function

Hi,

I am applying the hash function to encrypt a column value exposed through a view. Is there any chance that the user(s) of the view could decipher the hash value and decrypt the column value ?

Thanks,
Venkat

Go to advanced search