uppercase hashes formula is = strtoupper(md5(md5($pass.strtolower($username)).$salt))

can be converted to format: username:hash$salt
and decoded using JtR with --format='dynamic=md5(md5($p.lc($u)).$s)'
