• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle



  • The -k argument on my openssl accepts a passphrase, not a file. You likely encrypted with the filename as the secret, not it’s contents. Perhaps you should use -kfile instead.

    $ openssl aes-256-cbc -help
    Usage: aes-256-cbc [options]
    
    General options:
     -help               Display this summary
     -list               List ciphers
     -ciphers            Alias for -list
     -e                  Encrypt
     -d                  Decrypt
     -p                  Print the iv/key
     -P                  Print the iv/key and exit
     -engine val         Use engine, possibly a hardware device
    
    Input options:
     -in infile          Input file
    ** -k val              Passphrase**
     -kfile infile       Read passphrase from file
    







  • Hover over the window in the task bar and right click on the preview. This should show the restore/minimize/maximize dialog. Click restore if it’s an option then do the same and click move. You should be able to then use the arrow keys and “attach” the window to your mouse and move it to the visible area.

    Edit: the other way to get this menu depends on the application but if you select the window and hit ALT and then space it should show the restore/minimize/maximize options.