Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Posts
    13

    Rot13 crypt from input?

    Can I encrypt a text from a input?

    this code below works only with string, not with input. How can i modify it?

    Code:
    result = Crypto.Rot13("My Text");
    thanks

  2. #2
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    Hi.
    Is that what you're looking for?

    Code:
    result = Crypto.Rot13(Input.GetText("Input1"));

  3. #3
    Join Date
    Apr 2006
    Posts
    13
    exactly it works! thanks

    But now i have another problem. Can I decode/encode a string (input) with Base64?
    I can decode/encode files, but now strings. I have tried, but no success..
    I hope you can help me.

    Code:
    Crypto.Base64DecodeFromFile("C:\\MyFolder\\MyFile.txt", "C:\\MyFolder\\MyFile.zip");

Similar Threads

  1. Input Box Wierdness
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 11-18-2005, 01:20 PM
  2. Input object graying out
    By dthompson16 in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 07-28-2004, 07:28 PM
  3. Lorne’s two great input validation scripts
    By csd214 in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 06-09-2004, 09:13 AM
  4. Function: Test Whether An Input Object Is Empty
    By Lorne in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 06-08-2004, 02:18 PM
  5. multiline input table apocalypse
    By dulux1309 in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 04-09-2004, 05:28 AM

Posting Permissions

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