New md5sum plugin. Open a file, a directory or just launch it from the plugin menu...
commit34d4165f7b8a36419c417f164ccdebbe04808247
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 10 Jun 2008 13:20:05 +0000 (10 13:20 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 10 Jun 2008 13:20:05 +0000 (10 13:20 +0000)
tree236281d7a79b46322564ba0506b0178e864a9291
parentf52696ef8a6e46b8379a0b2bc3d0661df3f9312e
New md5sum plugin. Open a file, a directory or just launch it from the plugin menu to create an md5sum of the file, the directory's contents or the whole filesystem. If the file's extension is .md5 or .md5sum, it will check the md5 sums in the file instead. If the file's extension is .md5list it will compute md5 sums for all the files listed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17709 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/CATEGORIES
apps/plugins/SOURCES
apps/plugins/lib/SOURCES
apps/plugins/lib/md5.c [new file with mode: 0644]
apps/plugins/lib/md5.h [new file with mode: 0644]
apps/plugins/md5sum.c [new file with mode: 0644]
apps/plugins/viewers.config