0

I was looking about how to salt a password in PowerShell, as SHA512 is not the safest way to store them, I want to add a salt to reduce bruteforcing.

Is there any way to add a salt to a password and then store it, to next at the moment on authenticate use the appropiate salt?

Anic17
  • 712
  • 5
  • 18
  • 3
    This is a programming question and would fit better on StackOverflow. But be sure to provide more details and any code you have tried. – Marc Jun 05 '20 at 10:04
  • Why are you writing this in Powershell? What is the intention of this script? – Lasse V. Karlsen Jul 05 '20 at 10:08
  • 1
    I want to make a console program that stores a password in a safe way. I'm writing it in PowerShell as it doesn't require any external program to work. I don't do this in C/C++ as I'm not experienced. – Anic17 Jul 05 '20 at 10:10

0 Answers0