vbig creates or verifies a file full of pseudo-random data. The intended use is to verify that storage media work properly.
apt-get install nettle-dev libjsoncpp-dev # Linux
brew install nettle tinyxml # macOS
autoreconf -is # git clones only
./configure
make check
sudo make install
.tar
and .deb
files can be found at
www.greenend.org.uk/rjk/vbig.
They are signed with PGP key 9006B0ED710DB81B76D368D9D3388BA18A741BEF.
gpg --verify vbig_*_amd64.deb.asc
sudo apt install libjsoncpp1 libnettle6
sudo dpkg -i vbig_*_amd64.deb
Copyright (C) 2011, 2013-2019 Richard Kettlewell
Copyright (C) 2013 Ian Jackson
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.