• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

encript data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • encript data

    Hi, I like to encript data.
    front-end send with encripted data
    back-end rpgle decript data to read..
    is there any tool in valence for this encript and decript? or like BASE64 encript

    thx

  • #2
    There's an undocumented RPG procedure in VVIN you can try - it takes a base64-encoded string and stores it in an IFS file that you can open and read using VVIFS procedures.
    vvIn_base64toFile('encodedParmName':'/IFS_directory_path':'IFS_filename')

    For the front-end base64-encoding you could use the btoa() JavaScript method.
    https://developer.mozilla.org/en-US/...obalScope/btoa

    Comment


    • #3
      I would be happy to get on an online meeting with you to try to help you work through some of this....just email support@cnxcorp.com to set something up.

      Comment


      • #4
        OK... l'll try VVIFS procedure
        thx for the clue ..

        Comment

        Working...
        X