Generate secure passwords based on given keywords based on sha256. (its basicly creating a pasword out of a hash calculated of a keyword)

Charset:
ABCDEFGHIJKLMNOPQRSTUVWXYZ
!$-+*_#=
abcdefghijklmnopqrstuvwxyz
1234567890
Insert Keyword here:
Password length:
Generated Password:
HOW DOES IT WORK?
well, check the source code!