Activity for tcl-sha

  • Dana Booth Dana Booth modified a comment on ticket #2

    Sorry to bother then .. When I got home, it seemed to work fine on my (2.5gb) test file using Linux, but here at work using Windows, it'll spit out a random hex string of the proper length, but it's not correct, and it happens immediately. My computer is pretty fast, but it's not that fast! :) I'll take a look at the source, it'll give this old man something to do :)

  • Dana Booth Dana Booth posted a comment on ticket #2

    Sorry to bother then .. When I got home, it seemed to work fine on my (2.5gb) test file using Linux, but here at work using Windows, it'll spit out a random hex string of the proper length, but it's not correct, and it happens immediately. My computer is pretty fast, but it's not that fast! :) I didn't notice if there's a codebase, I'd be happy to look at it, thanks!

  • Brad Lanam Brad Lanam modified ticket #2

    file size limit

  • Brad Lanam Brad Lanam posted a comment on ticket #2

    I no longer maintain it, as I am no longer using Tcl. There should be no file size limit, the code is in C, the Tcl file interface is not used.

  • Brad Lanam committed [456ecf] on Code

    doc

  • Dana Booth Dana Booth created ticket #2

    file size limit

  • Brad Lanam committed [2067fe] on Code

    doc

  • Brad Lanam committed [b0a2a4] on Code

    gitignore

  • Brad Lanam committed [00dcc6] on Code

    license

  • tcl-sha tcl-sha released /sha-2.1.1.zip

  • tcl-sha tcl-sha released /sha-src-2.1.1.zip

  • tcl-sha tcl-sha updated /README.txt

  • Brad Lanam committed [0aae00]

    command line arg checks

  • Brad Lanam committed [a48319]

    minor updates

  • Brad Lanam committed [2d5775]

    clean up some warnings

  • Brad Lanam committed [5b04d6]

    update debug

  • Brad Lanam committed [030efe]

    merge from ecky-l version 2.1

  • Brad Lanam committed [c1dd8c]

    Added tag 2.1 for changeset 7e1ab2539ef9

  • Brad Lanam committed [7e1ab2]

    merge from ecky-l version 2.1

  • Brad Lanam committed [ebfedc]

    make more robust

  • Brad Lanam committed [1b1d2a]

    bump to 2.1.1

  • Brad Lanam committed [0492b1]

    copyrights; bump to 2.1.1

  • Brad Lanam committed [9856c0]

    update distclean

  • Brad Lanam committed [0f1455]

    update hgignore

  • Brad Lanam committed [fd995b]

    update for 2.1.1

  • Brad Lanam committed [470c98]

    Added tag 2.1.1 for changeset fd995bf044f5

  • Brad Lanam Brad Lanam merged merge request #2

    some options for data and key input, CMakeLists.txt

  • EL EL created merge request #2

    some options for data and key input, CMakeLists.txt

  • EL EL updated merge request #1

    added some options for data/key input and output formatting

  • EL EL created merge request #1

    added some options for data/key input and output formatting

  • Brad Lanam committed [fe8429]

    update readme

  • Brad Lanam committed [86e384]

    32 bit builds

  • Brad Lanam committed [a8866a]

    warning fixes

  • Brad Lanam committed [eb7ae8]

    update readme; 2.0

  • Brad Lanam committed [1e3336]

    remove debug

  • Brad Lanam committed [fa32db]

    Added tag 2.0 for changeset 2d1b828eb14b

  • Brad Lanam committed [33ffd5]

    makefile fixes for win

  • Brad Lanam committed [2d1b82]

    add hmac; version 2.0

  • Brad Lanam committed [d489c6]

    Added tag 2.0 for changeset 33ffd5991204

  • tcl-sha tcl-sha released /sha-2.0.zip

  • tcl-sha tcl-sha released /sha-src-2.0.zip

  • tcl-sha tcl-sha updated /README.txt

  • Brad Lanam Brad Lanam modified ticket #1

    Problem with null character

  • Brad Lanam Brad Lanam posted a comment on ticket #1

    I decided that it would be better left as is. There are other issues with text strings in Tcl besides just null bytes and I feel it will be safer to just warn the user about using binary data within text strings.

  • tcl-sha tcl-sha released /sha-src-1.0.zip

  • tcl-sha tcl-sha released /sha-1.0.zip

  • tcl-sha tcl-sha updated /README.txt

  • Brad Lanam committed [6f0a39]

    update .hgignore

  • Brad Lanam committed [64419d]

    version 1.0: update usage

  • Brad Lanam committed [465699]

    tests

  • Brad Lanam committed [4db86d]

    dosify readme

  • Brad Lanam Brad Lanam posted a comment on ticket #1

    This has to do with the way Tcl handles null bytes. It does not pass the actual nulls to the sha procedure. You will have to get that data into a file and use the -file option. % load sha.so % sha 512 \0 buf:��: len: 2 (obviously incorrect) % set fh [open t3 r] file3 % fconfigure $fh -translation binary % gets $fh line 1 % sha 512 $line buf:��: len: 2 6fd901d780c0e8c28b48600e2d94009789a8eacbd9186fcbea73e8a60c7eaf684175ffe7e4c3c1b5f8f92b14a923d56c0e4102edf92408a8eb9ee24adf4efacf % string length $line...

  • Jaime Kings Jaime Kings created ticket #1

    Problem with null character

  • tcl-sha tcl-sha released /bsd-64/sha.so

  • tcl-sha tcl-sha released /linux-64/sha.so

  • tcl-sha tcl-sha released /windows-32/sha.dll

  • tcl-sha tcl-sha released /windows-64/sha.dll

  • tcl-sha tcl-sha released /macosx/sha.dylib

  • tcl-sha tcl-sha released /linux-32/sha.so

  • Brad Lanam committed [9ecdf0]

    add support for 512/256 and 512/224

  • Brad Lanam committed [0eee61]

    add validation msg

  • Brad Lanam committed [defa61]

    add readme

  • tcl-sha tcl-sha released /macosx

  • tcl-sha tcl-sha released /linux-32

  • tcl-sha tcl-sha released /windows-32

  • tcl-sha tcl-sha released /README.txt

  • tcl-sha tcl-sha released /windows-64

  • tcl-sha tcl-sha released /linux-64

  • Brad Lanam committed [e1f5f7]

    initial checkin

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.