FLAM Issue Tracker - FL5
View Issue Details
0000771FL52.2 Subprogram FLUC (CONV)public2015-12-17 10:482016-01-13 15:59
Mykhailo Moldavskyy 
Mykhailo Moldavskyy 
normalfeaturealways
resolvedfixed 
GeneralGeneralGeneral
5.1.10 
5.1.115.1.11 
0000771: Extend hash functions with new formats, charsets and hashlengths
Support hex format (means only hash-value),
Support bin format -------- // ----------- binary
Support shorter hash lengths (left/right cut)
Support charset for textformats
---
add/complete man pages (act/new formats)
hash
Issue History
2015-12-17 10:48Mykhailo MoldavskyyNew Issue
2015-12-17 10:48Mykhailo MoldavskyyStatusnew => assigned
2015-12-17 10:48Mykhailo MoldavskyyAssigned To => Mykhailo Moldavskyy
2015-12-17 11:16Mykhailo MoldavskyyDescription Updatedbug_revision_view_page.php?rev_id=272#r272
2015-12-17 11:16Mykhailo MoldavskyyTag Attached: hash
2015-12-17 11:20Mykhailo MoldavskyyDescription Updatedbug_revision_view_page.php?rev_id=273#r273
2016-01-13 15:59Mykhailo MoldavskyyNote Added: 0000943
2016-01-13 15:59Mykhailo MoldavskyyStatusassigned => resolved
2016-01-13 15:59Mykhailo MoldavskyyFixed in Version => 5.1.11
2016-01-13 15:59Mykhailo MoldavskyyResolutionopen => fixed

Notes
(0000943)
Mykhailo Moldavskyy   
2016-01-13 15:59   
Add HEX/BIN format types.
Add parameter CUT, positiv values cut the left side, negative values the right side of the hash output.

PS: Binary format is only supported if outputfile is given, else BIN=HEX!