Activity for Johann N. Löfflmann

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on discussion General Discussion

    The Go API supports a Koopman poly const which is described at https://golang.org/pkg/hash/crc32/ The poly is reflected there. The same applies to IEEE and Castagnoli polys constants which are listed there as well. To express the poly using the "Rocksoft (tm) Model CRC Algorithm", we have to reflect the refelcted poly. So the parameters are: CRC parameters: width (in bits): 32 polynomial [hex]: 741b8cd7 init [hex]: ffffffff refIn [boolean]: true refOut [boolean]: true xorOut [hex]: ffffffff For verification,...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on discussion General Discussion

    Hi Greg, first of all, I would like to thank you very much for gathering all the details and sharing the CRC catalogue with the public. I am happy to contribute to it. I would like to suggest two CRC-64 for the CRC catalogue. I suggest the names CRC-64/JONES, and CRC-64/REDIS. Let's see ... recently I stumbled over this commit from 2012 https://github.com/redis/redis/commit/9510d65dc8b0cff77402bd97078636680fe50da0 I found the code comment "Redis uses the CRC64 variant with "Jones" coefficients and...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on discussion Open Discussion

    Hi Devilus, hhhm, this must have been fallen through the cracks. Anyway thanks for your kind offer. Jacksum has moved to github meanwhile. See also See also https://github.com/jonelo/jacksum Jacksum 3 supports compatibility files in order to read and write foreign file formats. Feel free to file new feature requests on github, and thanks for your patience :-) Kind regards, Johann

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on discussion Open Discussion

    Jacksum 3 supports Keccak with the bit width of 224, 256, 288, 384, and 512 , and of course all algos from the SHA-3 family, including SHAKE. Jacksum 3 is now on github. See also https://github.com/jonelo/jacksum

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on discussion Open Discussion

    Hi Oleg, it has been a while, ... I have moved to github and I have just released Jacksum 3. See also https://github.com/jonelo/jacksum Release notes and download: https://github.com/jonelo/jacksum/releases/tag/v3.0.0 With respect to your request 1) the solution with Jacksum 3 is this: jacksum -s \n -a sha1+sha1+md5 -F "#ALGONAME{0}/hex: #CHECKSUM{0,hex} #FILENAME{NAME}#SEPARATOR#ALGONAME{1}/base32: #CHECKSUM{1,base32} #FILENAME{NAME} #SEPARATOR#ALGONAME{2}/base64: #CHECKSUM{2,base64} #FILENAME{NAME}#SEPARATOR"...

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #22

    Add BOM support

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #22

    BOM support has been added to Jacksum 3. If a BOM is present in UTF-8 files it will be simply ignored.

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #21

    UTF-8 is necessary

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #21

    I am pleased to announce that Jacksum 3 is on the web! See also https://github.com/jonelo/jacksum Download and release notes: https://github.com/jonelo/jacksum/releases/tag/v3.0.0 Jacksum 3 comes with charset support for both input and output and new options are available: --charset-check-file <charset> --charset-file-list <charset> --charset-error-file <charset> --charset-output-file <charset> which gives the maximum of flexibility for files. So from now on UTF-8 is the default if no charset has...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #12

    Jacksum 3 is on the web. See also https://github.com/jonelo/jacksum/releases/tag/v3.0.0 Therefore I am closing this ticket. Could you please report new feature requests on github? Thanks, Johann

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #12

    No more development?

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #6

    ArrayIndexOutOfBoundsException can occur during verification

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #6

    closed, because Jacksum 3 doesn't support the metainfo creation anymore. Jacksum 3 and later supports compatibility files with regular expressions in order to parse check files that have been customized by the user. See also https://github.com/jonelo/jacksum/releases/tag/v3.0.0

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #9

    Format option ignored when reading from stdin

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #9

    fixed in Jacksum 3. See also https://github.com/jonelo/jacksum/releases/tag/v3.0.0 Thanks for your patience, Antonio. Cheers, Johann

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #7

    Algorithms none+ and read+ return an unwanted checksum

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #7

    fixed in Jacksum 3. See also https://github.com/jonelo/jacksum

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #18

    Blake2b and SHA3 in the future?

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #18

    I am pleased to announce that Jacksum 3 is on the web. See also https://github.com/jonelo/jacksum Jacksum 3 supports (among others): o SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE[128,256] o BLAKE-[224,256,348,512], o BLAKE2s-[8..256], o BLAKE2b-[8..512], and o BLAKE3 I am closing this issue. Since I have moved to github, could you please file new feature request on https://github.com/jonelo/jacksum/issues/new ? Thanks & have fun, Johann

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #17

    closing, because I decided that Jacksum 3 and later shouldn't support password hash algorithms, those have limit constraints on the input and they cannot be used on files for example. BTW, I just released Jacksum 3 on https://github.com/jonelo/jacksum - feel free to file new feature requests on github :-)

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #17

    Add Atkinson hash

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #21

    You're welcome! But CLI output (not file) continues to replace chars with '?'. Any way to fix that? AFAIK that is a limitation of the command prompt program. You could use the Window Terminal from Microsoft which comes with full UTF-8 character support. See also https://www.microsoft.com/store/productId/9N0DX20HK701 Once installed you can open the shell you want, and if you open the command prompt in Windows Terminal and change the code page to 65001 by typing chcp 65001 you should see all UTF-8...

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    missing fieldsep meta information if tab as separator has been used

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    duplicate of bug #6

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #20

    Show progress option

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #20

    I consider it for one of the next major releases.

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #21

    UTF-8 is necessary

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #21

    Workaround for Jacksum 1.7.0 in order to use UTF-8 for both input and output: java -Dfile.encoding=utf8 -jar jacksum.jar ... Some environments don't support UTF-8, so setting it as default could lead to unexpected behavior on those systems. The byte order has no meaning in UTF-8. The Unicode Standard permits the byte order mark (BOM) in UTF-8, but does not require or recommend its use. See also https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8 Anyway, support for non-default charsets (including...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #21

    Ticket moved from /p/jacksum/support-requests/15/

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #15

    UTF-8 is necessary

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    Absolutely. Stay tuned. For now please use the workarounds.

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    2nd workaround: append "fieldsep= ;" (without the quotes and a tab after the equals sign) to the 1st line of hashlist

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    missing fieldsep meta information if tab as separator has been used

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    missing meta information if tab as separator has been used

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    Incorrect formed list with using tab as separator

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    Ticket moved from /p/jacksum/support-requests/14/

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #14

    Incorrect formed list with using tab as separator

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #14

    I can reproduce the bug. Workaround is to ignore the meta information in hashlist and specifying the separator explicitly while checking: jacksum -I Jacksum -s \t -c hashlist

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #13

    CRC64 - hash for file incorrect

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #13

    Hi Sergey, thank you for your support request. Let's see ... Jacksum implements the crc64 that is defined in ISO 3309. See also Jacksum's manpage by entering: jacksum -h crc64 crc64 algorithm: CRC-64 ... comment: this algorithm is described in the ISO 3309 standard. (generator poly is x^64 + x^4 + x^3 + x + 1) Since Jacksum also supports the Rocksoft Model CRC Algorith model, you can verify it by passing the explicit parameters as defined in ISO 3309 for that model. Example: jacksum -a crc:64,1B,0,true,true,0...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #13

    Ticket moved from /p/jacksum/feature-requests/19/

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #10

    File Integration not working in Kubuntu 19.10

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #10

    I have added support for the KDE Framework 5 to the Jacksum File Browser Integration on GNU/Linux. Please see the jacksum-1.7.0-linux-file-browser-integration-1.4.0.tar.bz2 in the files section on sourceforge.net.

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #18

    Blake2b and SHA3 in the future?

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #18

    The next major release of Jacksum will support (among others): o SHA3-224, SHA3-256, SHA3-384, SHA3-512, and o Blake2s and Blake2b (both with support for arbitrary output!) The implementation is done already on the algos above, please stay tuned. Kind regards, Johann

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #10

    File Integration not working in Kubuntu 19.10

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #10

    I can reproduce the issue also on Kubuntu 20.04. The root cause is that the KDE Framework 5 has changed the location of the config files (again) and therefore the current file browser integration cannot handle it, and you see all entries disabled. I am going to support the KDE Framework 5 so the file browser integration for Jacksum will work with Dolphin (and others) again. Please stay tuned.

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #17

    Add Atkinson hash

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #17

    hhmm, seems that some requests have been falling through the cracks. Thanks for submitting the feature request a few years ago :-) The implementation above has been released under the terms of the MPL (which is incompatible to the GPLv2+ and GPLv3+), but it has been released under the terms of the LGPL as well. So, I am considering it, but sureley not for the next release, because I don't want to further delay the next release. So please stay tuned, I won't forget any feature request. Kind regards,...

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #12

    No more development?

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #12

    No more development?

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #12

    Dear s-r-grass, many thanks for the link! Yes, there is still development. Actually I am working on the next major release which will come with some new algorithms (e.g. SHA3, Blake, Skein, etc.), new features, and improvements (e. g. multi processor/multi core support). It will still take some time to finish it, but I hope that it will be worth to wait for it. I am happy if you support the project with the translation into Russian for the upcoming release. большой привет, Johann

  • Johann N. Löfflmann Johann N. Löfflmann created a blog post

    NumericalChameleon 3.0.0 is on the web

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #2

    Umwandlung von Zahlen mit Nachkommastellen ins Dualsystem

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #9

    Format option ignored when reading from stdin

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #9

    Thank you Antonio for the well prepared bug report. I can reproduce the issue, and I will fix it for the next release. Please stay tuned. Kind Regards, Johann

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #1

    Problem mit Wechselkursaktualisierung

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #1

    Hallo Hajo, danke für Deine Serviceanfrage! Der Button zum Aktualisieren ist in der Werkzeugleiste ausgegraut, wenn der Prozess keine Schreibrechte auf bestimmte Dateien hat. Das ist z. B. nach der Installation über .deb der Fall. Das ist auf einem Multi-User-System wie Linux jedoch durchaus gewünscht, damit sich mehrere User auf dem System z. B. nicht gegenseitig die Einheitendateien (wie z. B. auch die Wechselkurse) überschreiben können. Schreibrechte auf die Dateien in /usr/share/numericalchameleon...

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #4

    Help/Tutorial, Help/Support, Help/Homepage did not work with all browsers.

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #4

    fixed in 2.0.1

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Examples

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #4

    Workaround: Open your browser and enter the address there. For the Tutorials: http://www.numericalchameleon.net/en/tutorials.html...

  • Johann N. Löfflmann Johann N. Löfflmann created ticket #4

    Help/Tutorial, Help/Support, Help/Homepage did not work with all browsers.

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #2

    Umwandlung von Zahlen mit Nachkommastellen ins Dualsystem

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #1

    automatically retrieve exchange rates

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    not a bug, behavior is documented

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    Option -d does not do anything

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    Option -d does not do anything

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    Option -d does not do anything

  • Johann N. Löfflmann Johann N. Löfflmann modified a comment on ticket #11

    If you are on Windows, the option will be ignored. That is documented: C:\Users\johann>jacksum...

  • Johann N. Löfflmann Johann N. Löfflmann modified a comment on ticket #11

    If you are on Windows, the option will be ignored. That is documented: C:\Users\johann>jacksum...

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #9

    Cannot feed file size in checking mode

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #10

    Add CRC 32K (Koopman)

  • Johann N. Löfflmann Johann N. Löfflmann modified ticket #11

    Option -d

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    Could you please elaborate on your issue? Please let me know at least about the following:...

  • Johann N. Löfflmann Johann N. Löfflmann posted a comment on ticket #11

    Ticket moved from /p/jacksum/bugs/8/

  • Johann N. Löfflmann Johann N. Löfflmann committed [r122]

    new svn repository

  • Johann N. Löfflmann Johann N. Löfflmann committed [r121]

    new repository

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann created a wiki page

    Examples

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Guidelines

  • Johann N. Löfflmann Johann N. Löfflmann created a wiki page

    Guidelines

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

  • Johann N. Löfflmann Johann N. Löfflmann created a wiki page

    License

  • Johann N. Löfflmann Johann N. Löfflmann modified a wiki page

    Home

1
MongoDB Logo MongoDB