H2DBでフォームから入力したパスワードの暗号化と復号化のSQLを教えていただきたいです。

insert into table(user_name, user_pass) values (?, crypt(?, gen_salt('bf')))

また、cryptを使うことはできないのですか?