How to read one INI file encripted?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Solmos
    New Member
    • Aug 2006
    • 355

    How to read one INI file encripted?

    Hi


    I have a INI file with the text Crypto.BlowfishEncryptString through encryption.

    The problem is that I can not (nor want, for safety) extract the decrypted text to another file and read the new file.

    What I want is to decode the text by AMS7 and I read sections of the INI file and data.

    As might do?

    Thank you very much
  • Imagine Programming
    Indigo Rose Customer
    • Apr 2007
    • 4252

    #2
    Use XML instead of INI, then you can decrypt it and load it as a string
    Bas Groothedde
    Imagine Programming :: Blog

    AMS8 Plugins
    IMXLH Compiler

    Comment

    • Solmos
      New Member
      • Aug 2006
      • 355

      #3
      one example please!

      thx!

      Comment

      • mwreyf1
        Indigo Rose Customer
        • Aug 2004
        • 417

        #4
        Have you given a sqlite database a thought?

        IMO that is the way to go.

        Comment

        Working...
        X