evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Kali Linux #91

Closed ghost closed 4 years ago

ghost commented 4 years ago

I've done the installation and don't see the icon in my menu, or is their a command on kali? I may have installed wrong.

evpo commented 4 years ago

How did you install it? Did you compile it yourself?

ghost commented 4 years ago

sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt update sudo apt install encryptpad encryptcli

I'm new to this stuff so I probably did something wrong, or didnt do it all.

evpo commented 4 years ago

The package is for Ubuntu family. EncryptPad has installation script which works in multiple systems. It copies a number of files according to this structure:

https://github.com/evpo/EncryptPad/tree/master/linux_deployment/de_install

Then it executes the following commands:

update-icon-caches /usr/share/icons/hicolor
update-mime-database /usr/share/mime
update-desktop-database /usr/share/applications

It's all done under sudo

ghost commented 4 years ago

Thanks, for the info, learning is power. However I'm still new to this and I'm still not sure what to do, I think I know what to do I just don't want risk doing it wrong. Sorry for the inconvenience of a newby.

evpo commented 4 years ago

Sure. There is also AppImage option. Download from here: https://github.com/evpo/EncryptPad/releases/tag/v0.4.0.4 Manual: https://appimage.org/ Scroll down to "How to run an AppImage?"

ghost commented 4 years ago

Thanks for the assistance!