1 00:00:00,420 --> 00:00:04,290 ‫Now, before we run, this is actually runs the code, but I'm not going to run it. 2 00:00:04,560 --> 00:00:05,800 ‫Let's go ahead through the code. 3 00:00:05,830 --> 00:00:06,400 ‫Guys, a little bit. 4 00:00:06,780 --> 00:00:07,120 ‫All right. 5 00:00:07,120 --> 00:00:08,130 ‫So this is the code. 6 00:00:08,440 --> 00:00:09,780 ‫It's a C++ code. 7 00:00:10,030 --> 00:00:17,550 ‫And here's the database, which is a CSB file which has all the countries in Europe. 8 00:00:17,850 --> 00:00:18,260 ‫Right. 9 00:00:18,720 --> 00:00:23,070 ‫I think all of them that all seems to be in more countries. 10 00:00:23,070 --> 00:00:24,050 ‫And you're right. 11 00:00:24,060 --> 00:00:24,410 ‫I'm wrong. 12 00:00:24,780 --> 00:00:25,110 ‫Yeah. 13 00:00:25,110 --> 00:00:26,130 ‫And they're capital. 14 00:00:26,280 --> 00:00:27,450 ‫So that's the database. 15 00:00:27,720 --> 00:00:33,440 ‫So and the code, what it does here, it literally looks through C as well as search. 16 00:00:33,480 --> 00:00:39,900 ‫This thing C is V like this L. a. that database. 17 00:00:40,140 --> 00:00:44,880 ‫And after it loads it, it goes ahead and encrypts that database. 18 00:00:45,070 --> 00:00:50,940 ‫It reads the whole database country DB and then it goes through generating a plaintext version of that. 19 00:00:51,120 --> 00:00:57,450 ‫And then finally it goes and actually encrypt the country DB database. 20 00:00:57,600 --> 00:01:03,990 ‫And then we will essentially run the search on the encrypted version of the database. 21 00:01:04,210 --> 00:01:05,150 ‫That's where we're going to do.