You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on my own experience as well as other feedback I have seen from other issues I am proposing that the script be modified to accept human readable text files in an ascii-like binary/hex format. All of our data collection methods that we use in IBM result in data that is either humanly readable binary/hex data. Looking at the script it doesn't seem like that would be hard to implement. I think as long as you make your script robust enough to strip out newlines and flag invalid characters it should be easy to do.
The text was updated successfully, but these errors were encountered:
Modern version of this tool are implemented in C++ (more-or-less), so this tool isn't a script any longer. If you are still dealing with the python script version of this tool, that was an implementation of the 2016 draft of SP 800-90B, which is no longer current.
There are a wealth of conversion utilities available in Theseus , which is what I use for converting between various formats. If you don't find what you are looking for there, feel free to drop me a line, or describe what you are looking for as a Theseus issue.
Based on my own experience as well as other feedback I have seen from other issues I am proposing that the script be modified to accept human readable text files in an ascii-like binary/hex format. All of our data collection methods that we use in IBM result in data that is either humanly readable binary/hex data. Looking at the script it doesn't seem like that would be hard to implement. I think as long as you make your script robust enough to strip out newlines and flag invalid characters it should be easy to do.
The text was updated successfully, but these errors were encountered: