Storing a Licence key in a Rails app

Associate
Joined
19 Jul 2006
Posts
1,847
I am making an inventory tracking app that I may deploy to heroku. It uses Devise to authenticate users though nothing in the app is really sensitive other then I want to add a licence key field to the software table. Should I be doing something to this to secure it more or is there no real point as when I am logged in I need to see it as plain text any ways.
Its not like a password that is hashed one way.
 
Back
Top Bottom