Hi Sergio,

Have a look at the ApplicationSecurity package:

http://80738163270632.blogspot.com/2014/03/application-security-presentation.html
http://80738163270632.blogspot.com/2014/10/application-security-2-checkpoint.html
http://80738163270632.blogspot.com/2015/02/application-security-3-setting-your.html

Cheers,

Hern��n



2017-02-20 10:34 GMT-03:00 sergio ruiz <sergio.rrd@gmail.com>:

I have been tasked with throwing together a small web app that will hold the passwords to different projects for my company.

I would like to use seaside to do this, but the biggest requirement is that we need to be able to either:

- encrypt the entire database, so that if the machine was compromised physically, the data would be useless.

or..

- encrypt the username and password fields to facilitate the above, also.

i am thinking that the first option might be easiest to implement.

any ideas on how i would pull this off with pharo?

Thanks!