Bug 210378 - [NEW PORT] security/eschalot: Vanity onion address generator for Tor
Summary: [NEW PORT] security/eschalot: Vanity onion address generator for Tor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: feature, patch
Depends on:
Blocks:
 
Reported: 2016-06-18 19:59 UTC by Yuri Victorovich
Modified: 2016-06-26 22:43 UTC (History)
0 users

See Also:


Attachments
shar archive (1.85 KB, text/plain)
2016-06-18 19:59 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-06-18 19:59:30 UTC
Created attachment 171557 [details]
shar archive

Echalot is a TOR hidden service name generator, it allows one to produce
a (partially) customized vanity .onion address using a brute-force method.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-22 15:02:55 UTC
A commit references this bug:

Author: jbeich
Date: Wed Jun 22 15:02:02 UTC 2016
New revision: 417310
URL: https://svnweb.freebsd.org/changeset/ports/417310

Log:
  security/eschalot: add new port

  PR:		210378
  Submitted by:	yuri@rawbw.com

  Echalot is a TOR hidden service name generator, it allows one to produce
  a (partially) customized vanity .onion address using a brute-force method.

  https://github.com/ReclaimYourPrivacy/eschalot

Changes:
  head/security/Makefile
  head/security/eschalot/
  head/security/eschalot/Makefile
  head/security/eschalot/distinfo
  head/security/eschalot/pkg-descr
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-06-22 15:09:15 UTC
Landed with minor fixes.