Results 1 to 3 of 3
  1. #1
    dontaylor is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    Mansfield, UK
    Posts
    1

    Encrypt text in Access fields.

    Hello


    I am writing text to a database from a web form and need to encrypt the text in the Access database to ensure that the information is kept secure and only accessable from the web form that is password protected.
    Thanks in advance for your help!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Access is far from a secure database. An Access mdb or accdb file can be edited by anyone who opens it, unless there is some very sophisticated code that disables editing tools, disables the shift key open, hides the navigation pane, and incorporates password protection.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Encrypt text in Access fields.

    As @June7 states Access is far from secure, it just takes a little bit if knowledge to break it but there are a couple of things you can do.

    Have you thought about scrambling the data with a simple switch. You choose a key and swap the letters, then only the form used to encrypt/decrypt knows what it should be.
    Yes this code needs protecting but it's another level deep.
    At least the data in the db won't be readable.

    Access Data Encryption
    http://www.599cd.com/site/courselist...?key=AlexForum

    Although this isn't exactly what you need the following seminar may give you some ideas.
    Access Security
    http://www.599cd.com/site/courselist...?key=AlexForum

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 10-11-2013, 10:05 PM
  2. Replies: 13
    Last Post: 06-21-2012, 09:03 AM
  3. MS Access 2007-syncronizing 3 text fields
    By Born2Gamble in forum Access
    Replies: 7
    Last Post: 08-04-2011, 08:23 PM
  4. encrypt and decryt text
    By marianne in forum Access
    Replies: 6
    Last Post: 09-25-2010, 09:15 PM
  5. Split text field into two text fields
    By Grant in forum Access
    Replies: 6
    Last Post: 01-31-2008, 05:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums