File Crypt Tool

Discussion in 'Application Software' started by Dark Dinosaur, Apr 17, 2023.

  1. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,162
    5,976
    150
    #1 Dark Dinosaur, Apr 17, 2023
    Last edited: Apr 17, 2023
    before a long time ago.
    when I was doing .net projects for fun
    I create this stupid and useful app
    to encrypt your precious data
    as you can see you can choose your own Key & IV type

    Enc & Dec files from disk
    Enc View & save to file [text box -> text]

    upload_2023-4-17_23-50-6.png

    Encrypt options are.

    upload_2023-4-17_23-53-28.png

    my favorites method is:
    encrypt view -> save file

    & to open:
    decrypt file, view option ->...

    End results

    [Source Text]
    Code:
    Algo: Des ,, IV: 8 bit ,, Key: 8 bit
    Algo: RC2 ,, IV: 8 bit ,, Key: 6-16 bit
    Algo: TriDes ,, IV: 8 bit ,, Key: 16 bit
    Algo: Aes ,, IV: 16 bit ,, Key: 16 bit
    Each char hold a bit ... so put char as bit
    
    [End Text]
    Code:
    3׳+eŒ₪פTֶ¼ּ¬B¾×w1a א¦־אגCdס ™OgŸ¯8ו:†¡zג׀ה0־Œטq‡ŸֻזX^’&·TZ-LQִר{Tj!טשטפ‹{"e׃E%#c‚4ֽzu}$׳שT¶hר?]D“MוFֶ²ײZ„¶ַ!Y1״׀s!ץ‚c‏–פסrֻ‹8 ?¢ײeֵBז¾žםT‚JbZXֻµpXZi»ת¾tŸ›D¼ה^׳A!ם׳³ײgŒ«ַֹ    }
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...