1
00:00:00,080 --> 00:00:09,010
in this video, we're going to generate a pgp key pair so we can actually allow people to start sending us data anonymously, files, folders, messages, whatever they want.

2
00:00:09,010 --> 00:00:13,120
we need a pgp key pair to actually enable the sending of that.

3
00:00:13,380 --> 00:00:24,670
so what we'll do is we'll launch cleopatra, we will be using the windows based version of cleopatra, which may be a little different from the ui than the tails based version, but it's a little smoother for me to record it on the windows based.

4
00:00:24,670 --> 00:00:27,360
so i will be doing that for this section of the videos.

5
00:00:27,780 --> 00:00:30,840
now here in cleopatra, you can see a few different things.

6
00:00:30,940 --> 00:00:35,210
cleopatra by default will have nothing in here in the keys.

7
00:00:35,210 --> 00:00:46,170
if you're on tails, it will have certificates related to tails, a bunch of different ones for tails itself, for their teams and their support and software, but you won't see any of your own ones.

8
00:00:46,170 --> 00:00:48,270
so these two are already created by me.

9
00:00:48,270 --> 00:00:50,850
so you won't see anything of your own keys in here.

10
00:00:50,850 --> 00:00:51,890
but we want to make a new key.

11
00:00:51,890 --> 00:00:54,450
now making a new key is very straightforward.

12
00:00:54,450 --> 00:00:59,050
we can just go to the file here and we can select new open pgp key pair.

13
00:00:59,050 --> 00:01:05,670
and when that window comes up, it's going to ask us if we want to enter our name, if you want to enter a name or email for the certificate.

14
00:01:05,670 --> 00:01:08,520
so we'll actually make one for dark web academy really quickly.

15
00:01:08,700 --> 00:01:11,310
we will want to protect it with a passphrase.

16
00:01:11,310 --> 00:01:16,810
if you go into advanced settings here, you can change the encryption mode for actually creating the key.

17
00:01:16,810 --> 00:01:21,280
you can change it from rsa to dsa to ecdsa.

18
00:01:21,300 --> 00:01:22,790
we won't mess with that for now.

19
00:01:22,790 --> 00:01:25,320
just keep it the basic settings, which are the most secure.

20
00:01:25,380 --> 00:01:30,920
we'll click ok. it'll ask us in a different window to set up a password, which we will do.

21
00:01:31,540 --> 00:01:35,440
and once we enter the password, it will keep thinking and hopefully generate us a key.

22
00:01:35,540 --> 00:01:36,410
and it did.

23
00:01:36,410 --> 00:01:40,240
and now we have our key in here and we have a key fingerprint as well.

24
00:01:40,500 --> 00:01:46,790
and you can see once it's all complete that it is here in, you see the key id here and it is now imported.

25
00:01:46,790 --> 00:01:49,000
so the new one for dark web academy is created.

26
00:01:49,540 --> 00:01:54,080
now by default, if i wanted to share this with somebody, all i could do is right click it here.

27
00:01:54,660 --> 00:01:57,120
and if i click export, i can send it to somebody.

28
00:01:57,180 --> 00:02:02,680
or if i want to publish this on the wider pgp key shares, i could also do with publish on server.

29
00:02:03,100 --> 00:02:05,200
we will show both of those in future videos.

30
00:02:05,340 --> 00:02:09,210
for now though, at the very least we have a key, but that's it for this video.

31
00:02:09,210 --> 00:02:18,640
in the next video, we'll go over how to import and export keys of other users, and then we'll dive into encrypting and decrypting files and folders using those keys.