I am working on a program that encrypts stuff using a 256 bit key(32 character).
What is the best what to handle this?
Should I just have the person enter a password and then generate the key using some hash. The hash itself I am assuming doesn't need to be too complex being that this is not a password per say but a key.
What is the best what to handle this?
Should I just have the person enter a password and then generate the key using some hash. The hash itself I am assuming doesn't need to be too complex being that this is not a password per say but a key.
