Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Password encryption

Hello,

I'm trying to implement data level security in Qlikview and found the option of section access. It is great but our internal security team is not allowing us to implement as the passwords are exposed without any encryption even though we keep it within hidden sheets. Is there any way we can apply encryption to the passwords so no one can look at it? Also we cannot use AD accounts and we have to use application user id. Any help here is appreciated.

Thanks

9 Replies
ecolomer
Master II
Master II

You can create an QV only with the sectian access and the data for the usr and password, and others QV read as binary this.

ecolomer
Master II
Master II

In this form, you don't show the data for the users

Not applicable
Author

Can you explain this in little more detail?

Anonymous
Not applicable
Author

Why can't you use AD accounts for security ?

Not applicable
Author

These are temporary store associates and our network team doesn’t want to create so many AD which are very temporary in nature.

maxgro
MVP
MVP

you can load the section access from an external source, a .qvw as Enrique already suggeted, a database table

MarcoWedel

Put the section access code in the password protected hidden script.

ecolomer
Master II
Master II

See this example.

Enter with ADMIN/ADMIN

And this QVW is the binary input for the others QV

prieper
Master II
Master II

You may load the access-conditions into a textfile, which might be stored in a directory, to which only the server has access (via NT).

Thus - inside the hidden script - you would have only the reference to this file via the INCLUDE-command.

HTH Peter