[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Network security manager
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Network security manager |
Date: |
Sun, 23 Nov 2014 20:53:29 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
"Garreau, Alexandre" <address@hidden> writes:
> Unfortunately no, but there are several implementations, mainly in
> javascript, PHP, and, err, Java, as far as I know. But it’s quite simple
> and should be easily possible in any language where you can draw simple
> figures.
>
> The three I know:
> https://github.com/sebsauvage/VizHash/
> https://github.com/sametmax/VizHash.js
> https://github.com/inouire/VizHash4j
>
> I’d be really glad if someone found a way to do it with elisp… maybe
> using an external program?
It seems really easy to implement in Emacs Lisp + svg, so that's no
problem. I've started implementing an SVG creation library.
However, I'm now looking at the algorithm this uses, and I notice:
var hash = hex_sha1(text) + hex_md5(text);
I think the common reaction to seeing md5 being used for anything these
days is "err". Although it's probably OK here, I wonder what's the
chance of this algorithm getting much uptake? Has anybody started using
this? Is there an RFC?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Network security manager, (continued)
- Re: Network security manager, Toke Høiland-Jørgensen, 2014/11/18
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/18
- Re: Network security manager, Toke Høiland-Jørgensen, 2014/11/18
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/18
- Re: Network security manager, Toke Høiland-Jørgensen, 2014/11/19
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network security manager, Garreau\, Alexandre, 2014/11/19
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network security manager, Garreau\, Alexandre, 2014/11/19
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network security manager,
Lars Magne Ingebrigtsen <=
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/23
- Re: Network security manager, Garreau\, Alexandre, 2014/11/23
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/23
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/23
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/23
- Re: Network security manager, joakim, 2014/11/23
- Re: Network security manager, Stefan Monnier, 2014/11/30
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/30
- Re: Network security manager, Stefan Monnier, 2014/11/30
- Re: Network security manager, Lars Magne Ingebrigtsen, 2014/11/19