How to encrypt and decrypt an existing column ?
carobee 0 Posting Whiz in Training
Recommended Answers
Jump to Postinsert into table (mycolumn) values (encode('myvalue', 'mykey'))
select decode(mycolumn, 'mykey') from table
All 5 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
carobee 0 Posting Whiz in Training
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
carobee 0 Posting Whiz in Training
carobee 0 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.