Works marvels indeed.

I have made some more Seaside integrations for this one.

But Pharo3. Need to upgrade to latest Seaside and Pharo.

Phil



On Mon, Feb 20, 2017 at 3:06 PM, Hern��n Morales Durand <hernan.morales@gmail.com> wrote:
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!