Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336

    Peekaboo! encryptet text files??

    Hi

    Anyone know if it is posible to have external text in an encryptet file feed into an AMS app and decryptet?

    Ex. I have a project that fills a paragraph with text from a text file in the doc folder.

    As it is every one can just open the text file in the doc folder and read the text.

    What I want is some kind of encryption placed on the text file so that if you just open it in a text editor it will be rubish but when open thruogh the AMS app it is readable text.

    The reason for this is that I have a program that reads most of its info from text files so that it is easy to update with out having to update the hole app.

    Any surgestions?

    Jonas DK

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Besides possible encryption schemes, you could have the text files as zip files which would dynamically open and populte whatever you would want in AMS.
    These zip files could be password protected.
    Yossi

  3. #3
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336
    Quote Originally Posted by yosik
    Besides possible encryption schemes, you could have the text files as zip files which would dynamically open and populte whatever you would want in AMS.
    These zip files could be password protected.
    Yossi
    I like the zip file idea...

    The thing is to keep it as simple as posible.

    anyone know if AMS will to read the zip file if you give it another file extension? . o O (thise will need some exploring...)

    Jonas DK

  4. #4
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Quote Originally Posted by Jonas DK
    anyone know if AMS will to read the zip file if you give it another file extension? . o O (thise will need some exploring...)

    Jonas DK

    sure can. Call it ZipFile.dat and AMS can still open it.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  5. #5
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336
    Quote Originally Posted by TJ_Tigger
    sure can. Call it ZipFile.dat and AMS can still open it.
    thanks Tigger

    that just saved me some teedies testing....


    Jonas DK

  6. #6
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    If you are interested in security, you can use another extension and have AMS change all these extensions back to zip at runtime, before extracting the files.

    Yossi

  7. #7
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336

    Talking The Crypto plugin

    Hi guys thanks for all the feed back.. Thats why I Love AMS so much...
    great user forums....

    I looked around in AMS for different solutions to this problem and found one I think I'm going to use.

    I build 2 applications, an end-user application and a "text-implant" application

    the implant application just takes a bunch of text files in a directory and encrypt them using the crypto plugin. I can then distribute the encrypted textfiles (with the extension .cpt) and use TextFile.ReadToString and then use crypto again to decrypt the string before displaying it in a paragraph.

    need (I've never used the crypto plugin before... neat)

    Jonas DK

Similar Threads

  1. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  2. Need Help: Wierd stuff with text files
    By justin.james in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 05-18-2004, 07:12 AM
  3. Reading large text files
    By jwarrent in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 02-15-2004, 05:58 PM
  4. Displaying text files from HDD to a text window within AMS
    By jimmy guilfoyle in forum AutoPlay Media Studio 4.0
    Replies: 25
    Last Post: 02-06-2004, 11:48 PM
  5. method to index/compare user's files for update?
    By intel352 in forum Setup Factory 6.0
    Replies: 0
    Last Post: 01-15-2003, 03:08 PM

Posting Permissions

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