Tagged Questions
2
votes
2answers
817 views
SHA-256 and AES-128
Does it make an encrypted string more secure if I use SHA256(x) instead of x as the secret key for AES-128 encryption? I do know that SHA-256 produces 64 characters of hashed string regardless of what ...