Could using the azure storage account access_key_name to in databricks notebook be considered best practise?

Currently, we are using key_name mentioned in the below code to access the blob storage in azure from databricks notebooks. We aren’t directly using the 512 bit access key value from the azure storage account but merely the n… Continue reading Could using the azure storage account access_key_name to in databricks notebook be considered best practise?

What are the steps of hashing and steps of verifying password using salt and key?

What are the steps of hashing password during registration and login to an application using salt and key?

Are the following steps considered correct if applied to an application?:

1- During registration:

user insert pa… Continue reading What are the steps of hashing and steps of verifying password using salt and key?