I make a program name registration,can i ask something is it possible to make column field in table in db2 that have encryption.like password field.
i want to have this column fields
id_no (auto increment)
user_name
password
when the user going to register
this will insert into my table called reg_table and i want that the password column field to be seen encrypted.is this possible?please help me.