https://www.gnupg.org/gph/en/manual/c481.html#Protecting your private key

Yeah could be kind of weak to store the private key, since it would be only
protect by passphrase but it maybe enough for my need...

I need further reading...

Richard



On Tue, Apr 28, 2015 at 4:31 PM, Richard Vézina <ml.richard.vez...@gmail.com
> wrote:

> If the private key is protect by password only the user can use no?
>
> I am far from an expert in encryption... I was thinking of sotring gpg pub
> and private key in auth_user field for each respectively. Then invoque the
> user to input password when he want to sign a record after_validation and
> before_insert occur...
>
> ??
>
> Richard
>
>
> On Tue, Apr 28, 2015 at 4:26 PM, Niphlod <niph...@gmail.com> wrote:
>
>> The assumption was indeed "if the app is the only thing accessing the
>> database". Not trusting DB administrators is kinda weird as a requirement,
>> but if that's your scenario, go for it.
>> I'm a bit lost on the general idea for the implementation........ is the
>> user required to input some kind of key/cert every time a row is stored ?
>> because if you save the key/cert in the db, you're screwed anyway.
>>
>>  --
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to