Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: D-cm & DCrypt

  1. #11
    Kruptein is offline Newbie
    Join Date
    Mar 2010
    Posts
    12
    Rep Power
    0

    Re: D-cm & DCrypt

    now it default is ECB mode, but I will make it in such way that you can specify which mode you want?

    btw I already fixed one bug, which only occurs on strings with 21 letters ;D
    I already added DES support (although not available for download yet)

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Kruptein is offline Newbie
    Join Date
    Mar 2010
    Posts
    12
    Rep Power
    0

    Re: D-cm & DCrypt

    Okay I added DES-support too,
    and you can specify which mode you want to use: ECB (default) CBC, OFB or CFB (for both des and aes)
    I will upload this version this weekend. so currently you can only download the version without des and without the availability to chose which mode, but you can use aes...

    I'm going to implement in this weekend release also:
    as encryption method:
    -blowfish
    -XOR
    -ACR2
    -ARC4
    -CAST
    -DES3

    as output format:
    -plain (already possible)
    -morse (already possible if output contains letters only)
    -md5
    -sha1

    (Those last two are an output format because they can't be reversed, but they might be handy though if you want to encrypt something that doesn't need to be decrypted.)

    Is there something else you think that should be in the list please post it

  4. #13
    lthreed's Avatar
    lthreed is offline Newbie
    Join Date
    Mar 2010
    Posts
    18
    Rep Power
    0

    Re: D-cm & DCrypt

    At the very least, RSA so that you can get a public-key cipher in there
    ('&%:9]!~}|z2Vxwv-,POqponl$Hjig%eB@@>}=<M:9wv6WsU2T|nm-,jcL(I&%$#"`CB]V?Tx<uVtT`Rpo3NlF.Jh++FdbCBA@?]!~|4XzyTT43Qsqq(Lnmkj"Fhg${z@> Ah Malbolge

  5. #14
    Kruptein is offline Newbie
    Join Date
    Mar 2010
    Posts
    12
    Rep Power
    0

    Re: D-cm & DCrypt

    Okay today I have added a lot of functionality.
    -(A)RC2
    -Blowfish
    -CAST
    -RSA (encryption already works, decryption is still a problem)

    outputformats:
    -md5
    -sha1
    -hmac

    + I fixed 3 bugs in AES and DES that where occuring in special cases

    download

    I'm now starting to make a GUI with wxPython so that dcrypt is also accessible for non-command-line-freaks



    As a note on RSA:
    I said RSA decryption didn't work, well it does sometimes ;p
    if the cypher is less then one line in length, the decryption will succeed. Only if the cypher is more then one line it will fail. In a GUI this won't happen because it had to do something with the raw_input function...

  6. #15
    Kruptein is offline Newbie
    Join Date
    Mar 2010
    Posts
    12
    Rep Power
    0

    Re: D-cm & DCrypt

    Lol, it was faster build as I thought,
    from now on you can download the dcryptgui! =D
    It is much easier to use and is (I guess) still cross-platform

    If there is someone on a windows-platform please test it!
    you probably have to add the ".py" extension to it's name if you want to use it on windows

    same location to download

  7. #16
    Kruptein is offline Newbie
    Join Date
    Mar 2010
    Posts
    12
    Rep Power
    0

    Re: D-cm & DCrypt

    I launched my own webserver, it will be temporarily untill I find a good host that is always online, cause I have to shut down my computer @ night ...

    the site address is : http://kruptools.no-ip.org
    If the site is unavailable you will have to try it later, cause my computer will be shut down...

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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