I've seen in the IWA_User table that password are encrypted. Is it possible to know which enprytion is used ? Is it possible to configure another ?

asked 30.07.2015 at 18:34

dbalasse's gravatar image

dbalasse
(suspended)
accept rate: 25%


Before 6.2: The password is encrypted using a non standard alghorithm. It is not possible to change the alghorithm used for encrypting passwords at the moment.

After 6.2: We use state of the art standard algorithms to encrypt passwords. For user passwords bcrypt is used to hash the password. For passwords used in external database, web services etc. we use AES.

link

answered 31.07.2015 at 09:00

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

edited 10.06.2016 at 15:39

Hi Reto

Is there any strategy to migrate existing users with old passwords from pre-6.2 to 6.2?

(24.06.2016 at 04:30) Genzer Hawker Genzer%20Hawker's gravatar image

Hi Yes there is, the passwords will be automatically migrated the first time you start 6.2.

(24.06.2016 at 08:16) Reto Weiss ♦♦ Reto%20Weiss's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26

Asked: 30.07.2015 at 18:34

Seen: 1,999 times

Last updated: 24.06.2016 at 08:16