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
Though this might not be the most secure option, allow the user to specify the key on invocation of the indexing system. This will also facilitate automated testing of ipwb instead of the current system's scheme of waiting for prompt-based input from the user.
The text was updated successfully, but these errors were encountered:
I added a --debug flag that can be used when executing the indexer for the sake of testing but this is sub-optimal, as it uses a static encryptionKey (main for testing and CI). argparse does not like my attempts at implementing ipwb index -e mykey warcFile, as the interaction between the indexing sub-parser and the main argument parser uses the unintended values.
Variable length keys is needed as one variant to evaluate.
Though this might not be the most secure option, allow the user to specify the key on invocation of the indexing system. This will also facilitate automated testing of ipwb instead of the current system's scheme of waiting for prompt-based input from the user.
The text was updated successfully, but these errors were encountered: