Pages:
Author

Topic: PGP key (Read 1254 times)

hero member
Activity: 672
Merit: 501
April 15, 2015, 03:32:06 AM
#28
PGP is like your ID

people will cross reference it to your public key and stuff like that.
Show them a signed message every time you send something to let them'
know that it's you and you sent it from that computer.

 Cheesy Thanks for all the suggestions, Locking this down.
hero member
Activity: 672
Merit: 501
April 15, 2015, 03:24:04 AM
#27
Can you tell me what it shows and which distro you are using?

It doesn't shows anything but it does shows some script errors.

I use alphaOS but don't worry I'll figure it out, I just have to put more mind into it, which I currently feel a bit lazy to do or else I'll ask some of my linux expert pals.
full member
Activity: 168
Merit: 100
Yoohoo
April 15, 2015, 03:05:51 AM
#26
I hope I am good enough to help you.

Linux only.

Installing Bash:

 • sudo apt-get install build-essential
 • wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
 • tar xf bash-4.1.tar.gz
 • ./configure
 • make
 • sudo make install

Installing cURL:

 • sudo apt-get update
 • sudo apt-get install curl

Uploading PGP public key to Keybase:

 • Select third option - "command line with [bash + GPG + cURL]".
 • Copy-paste the code in your terminal and press "Enter/Return".

Codes Commands used here:

 • sudo :- Gives superuser/root privileges when running a command.
 • apt-get install :- Does everything that is needed so that your system can successfully execute the newly installed software application.
 • apt-get update :- apt-get update downloads the package lists from the repositories and "updates" them to get information on the newest versions of packages and their dependencies.
 • wget :- Retrieves content from web servers.
 • ./configure :-  It will check if you have everything needed to build the application and if it sees any critical errors it will inform you.
make :- Compiles the source code to binaries.
make install :- Moves all the needed for application files to the appropriate system directories.

Don't thank me, thank Google and AskUbuntu. Smiley

P.S. Sorry if there is any typo or mistake and/or if I missed any step. If there is any experts, please take a quick-look. Thank you!

Note that you need to run Debian and its derivates(for example, Ubuntu) to run apt-get. So if you are on CentOS or fedora, you need to run yum and if you are on other distro, you have to compile it yourself.

ps. apt-get update is not enough. You need to do apt-get upgrade too. (Update just fetchs the update from APT repository and upgrade installs them.)
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
April 15, 2015, 02:41:47 AM
#25
Can you tell me what it shows and which distro you are using?
hero member
Activity: 672
Merit: 501
April 15, 2015, 02:29:09 AM
#24
I hope I am good enough to help you.

Linux only.

Installing Bash:

 • sudo apt-get install build-essential
 • wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
 • tar xf bash-4.1.tar.gz
 • ./configure
 • make
 • sudo make install

Installing cURL:

 • sudo apt-get update
 • sudo apt-get install curl

Uploading PGP public key to Keybase:

 • Select third option - "command line with [bash + GPG + cURL]".
 • Copy-paste the code in your terminal and press "Enter/Return".

Codes Commands used here:

 • sudo :- Gives superuser/root privileges when running a command.
 • apt-get install :- Does everything that is needed so that your system can successfully execute the newly installed software application.
 • apt-get update :- apt-get update downloads the package lists from the repositories and "updates" them to get information on the newest versions of packages and their dependencies.
 • wget :- Retrieves content from web servers.
 • ./configure :-  It will check if you have everything needed to build the application and if it sees any critical errors it will inform you.
make :- Compiles the source code to binaries.
make install :- Moves all the needed for application files to the appropriate system directories.

Don't thank me, thank Google and AskUbuntu. Smiley

P.S. Sorry if there is any typo or mistake and/or if I missed any step. If there is any experts, please take a quick-look. Thank you!

I wish it was that easy mate. I already installed Bash and Curl yesterday and tried the 3rd method but nothing happens. I am also not on Ubuntu I use a different distro altogether and things aren't as easy in it as they're in Ubuntu.

But thanks for putting up the time and effort in finding me a solution. Really appreciate it.

I think I have to do it on windows because I am guessing the script they ask to run in the terminal is for windows. But then I have to move my PGP key there for it to work which is why I am trying to find a way to accomplish it over linux.
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
April 15, 2015, 01:59:55 AM
#23
I hope I am good enough to help you.

Linux only.

Installing Bash:

 • sudo apt-get install build-essential
 • wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
 • tar xf bash-4.1.tar.gz
 • ./configure
 • make
 • sudo make install

Installing cURL:

 • sudo apt-get update
 • sudo apt-get install curl

Uploading PGP public key to Keybase:

 • Select third option - "command line with [bash + GPG + cURL]".
 • Copy-paste the code in your terminal and press "Enter/Return".

Codes Commands used here:

 • sudo :- Gives superuser/root privileges when running a command.
 • apt-get install :- Does everything that is needed so that your system can successfully execute the newly installed software application.
 • apt-get update :- apt-get update downloads the package lists from the repositories and "updates" them to get information on the newest versions of packages and their dependencies.
 • wget :- Retrieves content from web servers.
 • ./configure :-  It will check if you have everything needed to build the application and if it sees any critical errors it will inform you.
make :- Compiles the source code to binaries.
make install :- Moves all the needed for application files to the appropriate system directories.

Don't thank me, thank Google and AskUbuntu. Smiley

P.S. Sorry if there is any typo or mistake and/or if I missed any step. If there is any experts, please take a quick-look. Thank you!
legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
April 14, 2015, 10:06:41 PM
#22
I finally made one  Smiley. Now I don't know what should I do with it.

I saw some threads where people had their public key posted but I can't find the sub-forum for it now.

Any advices as to where should I post it?

The thread you are talking about is over at meta "stake your bitcoin address"

I recommend you Keybase.io , I have got an invite today, and it is much more simple than using the computer programs, Actually I haven't got to sign a message with pgp with my computer but now with keybase.io I have done it really easy

Both of you seriously need to start reading the thread before posting and not just the title and maybe the OP. It's not so difficult, just try the next time.
hero member
Activity: 854
Merit: 1000
April 14, 2015, 09:56:25 PM
#21
I recommend you Keybase.io , I have got an invite today, and it is much more simple than using the computer programs, Actually I haven't got to sign a message with pgp with my computer but now with keybase.io I have done it really easy
member
Activity: 100
Merit: 12
April 14, 2015, 07:01:53 PM
#20
I finally made one  Smiley. Now I don't know what should I do with it.

I saw some threads where people had their public key posted but I can't find the sub-forum for it now.

Any advices as to where should I post it?

The thread you are talking about is over at meta "stake your bitcoin address"
legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
April 14, 2015, 06:53:30 PM
#19
I still need to get my head around this. Seems like a really interesting concept, being able to sign messages and prove its you without giving any more data.
For some reason I see everyone using Linux when they post their PGP.. is there a reason? it always says "Linux" on the PGP thing.
I have a Linux machine for the safe stuff like BTC but usually I browse with a Windows machine. It would be a kind of a pain in the ass if you need to be on Linux everytime you use the PGP, since like I said before I barely use it.

There are several PGP tools for Windows too. When on Windows I use Cryptophane and it works great. For Android I use OpenKeychain. You can use PGP on any OS really.
hero member
Activity: 672
Merit: 502
April 14, 2015, 06:50:14 PM
#18
I still need to get my head around this. Seems like a really interesting concept, being able to sign messages and prove its you without giving any more data.
For some reason I see everyone using Linux when they post their PGP.. is there a reason? it always says "Linux" on the PGP thing.
I have a Linux machine for the safe stuff like BTC but usually I browse with a Windows machine. It would be a kind of a pain in the ass if you need to be on Linux everytime you use the PGP, since like I said before I barely use it.
hero member
Activity: 672
Merit: 501
April 14, 2015, 01:43:48 PM
#17
I suggest you to install Keybase-cli. It is easy to install in both windows and linux. See https://keybase.io/docs/command_line.

If you don't want to, I will try to post a detailed guide tomorrow if you couldn't do it by then.

I'll wait for your guide.  Grin

If you know me you know that I don't like to install things unless I really have to. And if it comes to that I'll drop Keybase.io.  I can live without it. Cheesy
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
April 14, 2015, 01:24:09 PM
#16
I suggest you to install Keybase-cli. It is easy to install in both windows and linux. See https://keybase.io/docs/command_line.

If you don't want to, I will try to post a detailed guide tomorrow if you couldn't do it by then.
hero member
Activity: 672
Merit: 501
April 14, 2015, 08:55:42 AM
#15
No it's not asking to decrypt or sign anything, they're only saying this:

Code:
# easy! just run this
keybase push

"Command line" is for Keybase-cli. So I guess you will have to go for next option.

The next one is the same, they're showing a script which I have to enter into a terminal and I tried but nothing happens.

I don't understand why do they make it so difficult, why can't they just ask me to decrypt a file or sign a message to prove that I own that public key.

I think they don't want users who only upload their public keys but want users to upload their private keys too, which I won't do.

Is there an alternate for it, I already uploaded my public key to MIT public server and ubuntu too, so that'll work for now, I think.

In order for the command line to work you need to install some dependencies. As stated between parenthesis you need: Bash+GPG+curl

Do you have Linux, Windows or Mac? This is much easier to install on Linux.


I have Windows and Linux, No Mac.

I don't know how to do it on both though.  Sad
legendary
Activity: 1862
Merit: 1469
https://Ecua.Mobi
April 14, 2015, 08:34:45 AM
#14
No it's not asking to decrypt or sign anything, they're only saying this:

Code:
# easy! just run this
keybase push

"Command line" is for Keybase-cli. So I guess you will have to go for next option.

The next one is the same, they're showing a script which I have to enter into a terminal and I tried but nothing happens.

I don't understand why do they make it so difficult, why can't they just ask me to decrypt a file or sign a message to prove that I own that public key.

I think they don't want users who only upload their public keys but want users to upload their private keys too, which I won't do.

Is there an alternate for it, I already uploaded my public key to MIT public server and ubuntu too, so that'll work for now, I think.

In order for the command line to work you need to install some dependencies. As stated between parenthesis you need: Bash+GPG+curl

Do you have Linux, Windows or Mac? This is much easier to install on Linux.
hero member
Activity: 672
Merit: 501
April 14, 2015, 08:08:00 AM
#13
No it's not asking to decrypt or sign anything, they're only saying this:

Code:
# easy! just run this
keybase push

"Command line" is for Keybase-cli. So I guess you will have to go for next option.

The next one is the same, they're showing a script which I have to enter into a terminal and I tried but nothing happens.

I don't understand why do they make it so difficult, why can't they just ask me to decrypt a file or sign a message to prove that I own that public key.

I think they don't want users who only upload their public keys but want users to upload their private keys too, which I won't do.

Is there an alternate for it, I already uploaded my public key to MIT public server and ubuntu too, so that'll work for now, I think.
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
April 14, 2015, 05:23:55 AM
#12
No it's not asking to decrypt or sign anything, they're only saying this:

Code:
# easy! just run this
keybase push

"Command line" is for Keybase-cli. So I guess you will have to go for next option.
hero member
Activity: 672
Merit: 501
April 14, 2015, 03:49:37 AM
#11
Click command line and tell me what you see. I think thry will give you an encrypted message and you will have to devrypt it and you will get instructions or they will give you a message and you will have to sign it. I can help you if you can post what is showing. Also which OS are you using?

I installed keybase-cli in my computer, so it was easy for me.

No it's not asking to decrypt or sign anything, they're only saying this:

Code:
# easy! just run this
keybase push
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
April 14, 2015, 03:42:45 AM
#10
Click command line and tell me what you see. I think thry will give you an encrypted message and you will have to devrypt it and you will get instructions or they will give you a message and you will have to sign it. I can help you if you can post what is showing. Also which OS are you using?

I installed keybase-cli in my computer, so it was easy for me.
hero member
Activity: 672
Merit: 501
April 14, 2015, 03:20:15 AM
#9
Use Command line.


Don't know how to do that. lol  

Still googling the shit out of that to see if I can find something I understand. Cheesy

I saw someone who had his public key hosted at another site, and it has a very nice interface, where you can enter a message and check whether it was signed by him or not and write a message and click encrypt and it would encrypted by his key. Can't seem to find that.
Pages:
Jump to: