cancel
Showing results for 
Search instead for 
Did you mean: 

Does not HANA support one-way encryption for password column?

0 Kudos

Hi,

As far as I know, SAP HANA only supports Data Volume encryption.

Then, is there no way for one-way encryption for the password column?

Thanks,

In-Sung Lee.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

One option is to use a JavaScript HASH function in XS. This is simple to implement and very secure if you use a good algorithm.

I was also thinking to write a L-Language function to do SHA-1 on a value, to store in a password column.

John

lbreddemann
Active Contributor
0 Kudos

Hi In-Sung,

nope, there is no support for column-wise encryption (yet).

- Lars