Hello,
is it possible to describe the format how enpass generates the share link/file (enpasscard://share?data=XY&tag=XY, *.enpasscard) ?
I have a tools that generates wordpress instances and then in want to import the login for a generated instance without manually copy and paste user password and url, the best way i found is using the share link.
Unfortunatly i dont know how i can generate this link by myself with a custom PSK without using enpass. (The data is base64 encoded and probably aes256-cbc encrypted but where is iv stored or is salt used)
thanks