Connecting Tech Pros Worldwide Help | Site Map

Different users, different access using encrypted data

  #1  
Old November 13th, 2005, 02:55 AM
Nico
Guest
 
Posts: n/a
My database have 20 tables and many users. I wish to store encrypted
data in 3 tables and have only 3 users have access to them, walking
into tables or using forms.

Can someone point me a direct help or something to read?

Tnx
Nico
  #2  
Old November 13th, 2005, 02:55 AM
MGFoster
Guest
 
Posts: n/a

re: Different users, different access using encrypted data


Nico wrote:
[color=blue]
> My database have 20 tables and many users. I wish to store encrypted
> data in 3 tables and have only 3 users have access to them, walking
> into tables or using forms.
>
> Can someone point me a direct help or something to read?
>
> Tnx
> Nico[/color]

Read the security faq:

http://support.microsoft.com/default...93&Product=acc

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

  #3  
Old November 13th, 2005, 02:56 AM
Nico
Guest
 
Posts: n/a

re: Different users, different access using encrypted data


MGFoster <me@privacy.com> wrote in message news:<wMRVc.9288$3O3.3121@newsread2.news.pas.earth link.net>...[color=blue]
> Nico wrote:
>[color=green]
> > My database have 20 tables and many users. I wish to store encrypted
> > data in 3 tables and have only 3 users have access to them, walking
> > into tables or using forms.
> >
> > Can someone point me a direct help or something to read?
> >
> > Tnx
> > Nico[/color]
>
> Read the security faq:
>
> http://support.microsoft.com/default...93&Product=acc[/color]

Tnx, I know it but doesnt solve. My needs are different:

- data always encrypted in some tables;
- some users may access in clear from forms, some others have no
access to clear format or access to encoded/encrypted format

Nico
  #4  
Old November 13th, 2005, 02:57 AM
MGFoster
Guest
 
Posts: n/a

re: Different users, different access using encrypted data


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What database engine are you using? Encrypting an Access/JET db
encrypts all the tables in the db. You might be able to link to an
encrypted db and to an unencrypted db. Once the tables are encrypted,
only users w/ permissions can read (translate to clear text) the data.

Users can be assigned access to separate tables, queries, forms,
reports. You designate who gets what in the Tools > Security > User and
Group Permissions menu item.

It would seem that you'd grant permission to the users you want to
"access in clear" and deny permission (not grant access) to users who
"have no access to clear format."

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQSpkBIechKqOuFEgEQLDigCg9tG8LTJ3wXhTEPUNqxZ5ML//kpwAn0Vw
cMZCPCXJK+07Z6Syqr/6zFeu
=CP/o
-----END PGP SIGNATURE-----

Nico wrote:
[color=blue]
> MGFoster <me@privacy.com> wrote in message news:<wMRVc.9288$3O3.3121@newsread2.news.pas.earth link.net>...
>[color=green]
>>Nico wrote:
>>
>>[color=darkred]
>>>My database have 20 tables and many users. I wish to store encrypted
>>>data in 3 tables and have only 3 users have access to them, walking
>>>into tables or using forms.
>>>
>>>Can someone point me a direct help or something to read?
>>>
>>>Tnx
>>>Nico[/color]
>>
>>Read the security faq:
>>
>>http://support.microsoft.com/default...93&Product=acc[/color]
>
>
> Tnx, I know it but doesnt solve. My needs are different:
>
> - data always encrypted in some tables;
> - some users may access in clear from forms, some others have no
> access to clear format or access to encoded/encrypted format
>
> Nico[/color]

  #5  
Old November 13th, 2005, 03:01 AM
Nico
Guest
 
Posts: n/a

re: Different users, different access using encrypted data


I'm using Access 2000 on Win XP / SP1.

I think I'm not able enough to understand your saying. I'll read the
faq you suggest me.

In the meantime you know some library or else for use encrypt/decrypt
functions in table selected data write/read?

Tnx
Nico


MGFoster <me@privacy.com> wrote in message news:<sutWc.31636$9Y6.1169@newsread1.news.pas.eart hlink.net>...[color=blue]
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What database engine are you using? Encrypting an Access/JET db
> encrypts all the tables in the db. You might be able to link to an
> encrypted db and to an unencrypted db. Once the tables are encrypted,
> only users w/ permissions can read (translate to clear text) the data.
>
> Users can be assigned access to separate tables, queries, forms,
> reports. You designate who gets what in the Tools > Security > User and
> Group Permissions menu item.
>
> It would seem that you'd grant permission to the users you want to
> "access in clear" and deny permission (not grant access) to users who
> "have no access to clear format."
>
> --
> MGFoster:::mgf00 <at> earthlink <decimal-point> net
> Oakland, CA (USA)
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP for Personal Privacy 5.0
> Charset: noconv
>
> iQA/AwUBQSpkBIechKqOuFEgEQLDigCg9tG8LTJ3wXhTEPUNqxZ5ML//kpwAn0Vw
> cMZCPCXJK+07Z6Syqr/6zFeu
> =CP/o
> -----END PGP SIGNATURE-----
>
> Nico wrote:
>[color=green]
> > MGFoster <me@privacy.com> wrote in message news:<wMRVc.9288$3O3.3121@newsread2.news.pas.earth link.net>...
> >[color=darkred]
> >>Nico wrote:
> >>
> >>
> >>>My database have 20 tables and many users. I wish to store encrypted
> >>>data in 3 tables and have only 3 users have access to them, walking
> >>>into tables or using forms.
> >>>
> >>>Can someone point me a direct help or something to read?
> >>>
> >>>Tnx
> >>>Nico
> >>
> >>Read the security faq:
> >>
> >>http://support.microsoft.com/default...93&Product=acc[/color]
> >
> >
> > Tnx, I know it but doesnt solve. My needs are different:
> >
> > - data always encrypted in some tables;
> > - some users may access in clear from forms, some others have no
> > access to clear format or access to encoded/encrypted format
> >
> > Nico[/color][/color]
  #6  
Old November 13th, 2005, 03:01 AM
Nico
Guest
 
Posts: n/a

re: Different users, different access using encrypted data


Better, encrypt / decrypt fields.


MGFoster <me@privacy.com> wrote in message news:<sutWc.31636$9Y6.1169@newsread1.news.pas.eart hlink.net>...[color=blue]
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What database engine are you using? Encrypting an Access/JET db
> encrypts all the tables in the db. You might be able to link to an
> encrypted db and to an unencrypted db. Once the tables are encrypted,
> only users w/ permissions can read (translate to clear text) the data.
>
> Users can be assigned access to separate tables, queries, forms,
> reports. You designate who gets what in the Tools > Security > User and
> Group Permissions menu item.
>
> It would seem that you'd grant permission to the users you want to
> "access in clear" and deny permission (not grant access) to users who
> "have no access to clear format."
>
> --
> MGFoster:::mgf00 <at> earthlink <decimal-point> net
> Oakland, CA (USA)
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP for Personal Privacy 5.0
> Charset: noconv
>
> iQA/AwUBQSpkBIechKqOuFEgEQLDigCg9tG8LTJ3wXhTEPUNqxZ5ML//kpwAn0Vw
> cMZCPCXJK+07Z6Syqr/6zFeu
> =CP/o
> -----END PGP SIGNATURE-----
>
> Nico wrote:
>[color=green]
> > MGFoster <me@privacy.com> wrote in message news:<wMRVc.9288$3O3.3121@newsread2.news.pas.earth link.net>...
> >[color=darkred]
> >>Nico wrote:
> >>
> >>
> >>>My database have 20 tables and many users. I wish to store encrypted
> >>>data in 3 tables and have only 3 users have access to them, walking
> >>>into tables or using forms.
> >>>
> >>>Can someone point me a direct help or something to read?
> >>>
> >>>Tnx
> >>>Nico
> >>
> >>Read the security faq:
> >>
> >>http://support.microsoft.com/default...93&Product=acc[/color]
> >
> >
> > Tnx, I know it but doesnt solve. My needs are different:
> >
> > - data always encrypted in some tables;
> > - some users may access in clear from forms, some others have no
> > access to clear format or access to encoded/encrypted format
> >
> > Nico[/color][/color]
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Advice on securing a sensitive Access database Les Desser answers 10 June 27th, 2008 08:26 PM
Re: Advice on securing a sensitive Access database Les Desser answers 10 June 27th, 2008 08:24 PM
Limiting table access using stored procedure. acw answers 2 June 27th, 2008 08:05 PM
Encrypted network communication Leonardo D'Ippolito answers 2 November 16th, 2005 11:56 AM