◦To enable MD5 for password encryption
conf/cassandra-env.sh
JVM_OPTS="$JVM_OPTS -Dpasswd.mode=MD5"
I saw this post on other forums and was wondering what this meant? I can't find it in any docs stating if this means it will find the password file and encrypt the password at rest or what will this encrypt with this option?
