Subject | RE: [Firebird-Architect] Encryption for embedded server |
---|---|
Author | Leyne, Sean |
Post date | 2004-09-28T20:37:37Z |
Jim,
encryption? They seem to be "apples and oranges".
Or are you using "security plugin" as a term under which you are
grouping families of functions/hooks which can be handed off to external
functions?
defined in the engine?
Shouldn't the plug-ins only register for functions/hooks which they want
to 'intercept'? Much like a callback can be registered and then
called/invoked as required but if none are define nothing is called.
Sean
> But your point about encryption is well taken. My ideas of howsecurity
> plugin should work is that can be chained, and get a crack at fileWhy do you want to relate user authentication issues with file
> opens, page reads, and page writes as well as authentication requests.
encryption? They seem to be "apples and oranges".
Or are you using "security plugin" as a term under which you are
grouping families of functions/hooks which can be handed off to external
functions?
> This would let us roll the physical database I/O into a defaultWhy require a plug-in for the default functionality which should be
> "security plugin".
defined in the engine?
Shouldn't the plug-ins only register for functions/hooks which they want
to 'intercept'? Much like a callback can be registered and then
called/invoked as required but if none are define nothing is called.
Sean