Encrypt Information from a Submitted Form

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Encrypt Information from a Submitted Form

    Our HR director wants us to create a very simple form that collects the
    employees name, employee number, and a question field. When submitted the
    information would be encrypted and inserted into our SQL database where it
    could later be retrieved by someone in our HR department. I have never worked
    with any sort of encryption. Any suggestions for how to begin with this task?
    Resources, Tutorials?

    JanSke Guest

  2. Similar Questions and Discussions

    1. Multiple Alert Boxes when Form is Submitted
      When a form with 5 radio buttons is submitted without one selected 6 separate Alert Boxes are displayed The first says, " Please select a rating...
    2. Acrobat Form submitted to CF
      I can't imagine that CF pages opens within Acrobat browser. Does it mean pdf document opens in acrobat browser? Then try to uninstall acrobat....
    3. Getting client file name from a submitted form usingmultipart/form-data
      Ive got a simple form with an type="file" -- all works fine, but what i want to do is get the extension of the file uploaded but not have to upload...
    4. Keeping track of who submitted the form by their UserId
      Hello All, I'm using ASP as my language. My users has to login to gain access to my form. What I what to do is when the user logs in I want them...
    5. Form Fields Submitted
      Hi: We have some CF code that loops through form fields submitted via POST, and outputs the field names and values to the processing page and to...
  3. #2

    Default Re: Encrypt Information from a Submitted Form

    Check out [url]http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Functions74.htm#1104201[/url] for Encrypt(). There is a link on that page for Decrypt().
    jdeline Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139