hi!
I need to create another table, with ‘name’ and ‘password’ fields, different from the “Users” table in a Strapi installation. And I would like to encrypt that password or use something else to increase the security of that password.
How would I do it?
I didn’t find updated tutorials about it.
Thanks!