Results 1 to 3 of 3

Thread: Base64 encoding in DF3.2 CM in URL calling WebApp

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Edmonton Canada
    Posts
    933

    Default Base64 encoding in DF3.2 CM in URL calling WebApp

    We are progressing on our upgrade from DF3.2 to WebApp

    The DF32 CM program creates a URL calling a DFlex WebApp
    One component is an AccessKey that I want to do a simple encrypt in the DF3.2 app that I can decrypt at the WebApp end. Maybe using Base64DecodeFromStr

    Any thoughts on how I can do a Base64EncodeFromStr in DF3.2 CM?
    Or a real simple encrypt / decrypt at both ends?

    Thanks
    Archie

  2. #2
    Join Date
    Feb 2009
    Location
    New Prague, Minnesota USA
    Posts
    1,130

    Default Re: Base64 encoding in DF3.2 CM in URL calling WebApp

    Archie,

    On the forum for the first time in many months. If you have not resolved this yet, I may have a simple encrypt/decrypt routine that I can send you. Basically just a character substitution so not great. If someone sees it they won't know it's encoded, it will just look like a character string. Was originally written in 2.3e but still works in 3.2 CM.

    Larry Pint
    Larry R Pint
    SOFT-STAR, Inc.
    New Prague, MN

    "What is that unforgettable line?” Samuel Beckett

  3. #3
    Join Date
    Mar 2009
    Location
    Edmonton Canada
    Posts
    933

    Default Re: Base64 encoding in DF3.2 CM in URL calling WebApp

    Hi Larry
    Thanks for the offer but I have already implemented a work around solution.
    I too did something that looks like it might be secure, but is in fact a character substitution routine.
    Archie

Tags for this Thread

Posting Permissions

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