You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Users frequently ask if JS7 can encrypt credentials. The answer is "no" as it makes no sense to handle a symmetric key that is in reach of the component that makes use of it. Encrypted passwords correspond to the "key under the mat", they do not provide additional security, however, they perfectly contribute to "security by obfuscation".

There is one way only how to securely handle passwords: not to use passwords.

If use of passwords is required then consider to use a Credential Store. In addition, check if alternative authentication mechanisms can be applied such as Integrated Security.

Credential Store

JS7 supports use of a Credential Store:

Integrated Security

Integrated Security includes that

  • No labels