EnglishFrenchSpanish

OnWorks favicon

apgbfm - Online in the Cloud

Run apgbfm in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command apgbfm that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


apgbfm - APG Bloom filter management program

SYNOPSIS


apgbfm -f filter -n numofwords [-q] [-s]
apgbfm -f filter -d dictfile [-q] [-s]
apgbfm -f filter -a word [-q]
apgbfm -f filter -A dictfile [-q]
apgbfm -f filter -c word [-q]
apgbfm -f filter -C dictfile [-q]
apgbfm -i filter
apgbfm [-v] [-h]

DESCRIPTION


apgbfm is used to manage Bloom filter that is used to restrict password generation in APG
pasword generation software. Usage of the Bloom filter allows to speed up password check
for large dictionaries and has some other benefits.

The idea to use Bloom filter for that purpose is came from the description of the OPUS
project OPUS: Preventing Weak Password Choices Purdue Technical Report CSD-TR 92-028
writen by Eugene H. Spafford.

You can obtain this article from:
http://www.cerias.purdue.edu/homes/spaf/tech-reps/9128.ps
It has very nice description of Bloom filter and it's advantages for password checking
systems.

In simple words, apgbfm generates n hash values for every word and sets corresponding bits
in filter file to 1. To check the word apgbfm generates the same hash functions for that
word and if all n corresponding bits in filter file are set to 1 then it suppose that word
exists in dicionary. apgbfm uses SHA-1 as a hash function.

apgbfm can be used as standalone utility, not only with apg, or apgd.

WARNING !!!
Filter file format can be changed in the future. I'll try to make file formats
compatible but i can not guaranty this.

WARNING !!!
apgbfm may slow down your computer during filter creation.

OPTIONS


-f filter
use filter as the name for Bloom filter filename.

-i filter
print information about filter.

-n numofwords
create new empty filter for numofwords number of words. Useful when you want to
fill filter dynamicaly.

-d dictfile
create new filter from dictfile. It may take a lot of time to generate filter from
a big dictionary. In that dictionary you may place words (one per line) that should
not appear as generated passwords. For example: user names common words, etc. You
even can use one of the dictionaries that come with dictionary password crackers.
This check is case sensitive. For example, if you want to reject word 'root', you
should insert in dictfile words: root, Root, RoOt, ... , ROOT. To indicate that
program is working apgbfm prints dot for every 100 words added in dictionary.

-a word
add word to the filter.

-A dictfile
add all words from dictfile to the filter. To indicate that program is working
apgbfm prints dot for every 100 words added in dictionary.

-c word
check word for appearance in the filter.

-C dictfile
check every word from dictfile for appearance in the filter.

-q quiet mode.

-s create new filter in case-insensitive mode.

-v print version information.

-h print help information.

EXIT CODE


On successful completion of its task, apgbfm will complete with exit code 0. An exit code
of -1 indicates an error occurred. Textual errors are written to the standard error
stream.

Use apgbfm online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 2
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 3
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • 4
    eSpeak: speech synthesis
    eSpeak: speech synthesis
    Text to Speech engine for English and
    many other languages. Compact size with
    clear but artificial pronunciation.
    Available as a command-line program with
    many ...
    Download eSpeak: speech synthesis
  • 5
    Sky Chart / Cartes du Ciel
    Sky Chart / Cartes du Ciel
    SkyChart is a software to draw chart of
    the night sky for the amateur astronomer
    from a bunch of stars and nebulae
    catalogs. See main web page for full
    download...
    Download Sky Chart / Cartes du Ciel
  • 6
    GSmartControl
    GSmartControl
    GSmartControl is a graphical user
    interface for smartctl. It allows you to
    inspect the hard disk and solid-state
    drive SMART data to determine its
    health, as w...
    Download GSmartControl
  • More »

Linux commands

  • 1
    abc2abc
    abc2abc
    abc2abc - a simple abc
    checker/re-formatter/transposer ...
    Run abc2abc
  • 2
    abc2ly
    abc2ly
    abc2ly - manual page for abc2ly
    (LilyPond) 2.18.2 ...
    Run abc2ly
  • 3
    coqmktop
    coqmktop
    coqmktop - The Coq Proof Assistant
    user-tactics linker ...
    Run coqmktop
  • 4
    coqtop
    coqtop
    coqtop - The Coq Proof Assistant
    toplevel system ...
    Run coqtop
  • 5
    g.copygrass
    g.copygrass
    g.copy - Copies available data files in
    the current mapset search path to the
    user�s current mapset. KEYWORDS:
    general, map management ...
    Run g.copygrass
  • 6
    g.dirsepsgrass
    g.dirsepsgrass
    g.dirseps - Internal GRASS utility for
    converting directory separator
    characters. Converts any directory
    separator characters in the input string
    to or from na...
    Run g.dirsepsgrass
  • More »

Ad