Skip to content

change behaviour copying to clipboard #11

Description

@xorond

program should keep working if pandas fails to import, since copying to clipboard is more like an optional feature (some systems don't have methods for handling clipboard options, for example the virtual machine i used for testing the script).

we could also implement this behaviour in view:

  • show the password on screen for a limited amount of time (~10s by default, maybe configurable through a flag)
  • try to paste it to clipboard
  • when timer runs out, clear clipboard as an extra security feature, to minimize the timeframe where the unencrypted password is stored in memory/clipboard
  • clear the terminal screen

@Alex6312, please take a look at this

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions