1 00:00:00,009 --> 00:00:03,809 All right. So congratulations. We have successfully built ourselves 2 00:00:04,010 --> 00:00:08,960 the user registration system and I just wanted to give you a few more tips. 3 00:00:09,149 --> 00:00:12,409 Should in case you wanted to maybe further enhance 4 00:00:12,420 --> 00:00:15,189 the program or make a few adjustments here and there 5 00:00:15,699 --> 00:00:19,950 instead of hashing the passwords. For example, you can try to encrypt them instead. 6 00:00:19,959 --> 00:00:20,270 So 7 00:00:20,489 --> 00:00:24,090 you can try to remove the hashing function and then replace it 8 00:00:24,260 --> 00:00:26,350 with the encryption function. 9 00:00:26,360 --> 00:00:26,680 Obviously, 10 00:00:26,690 --> 00:00:30,959 you will have to import the Cryptography library in order to be able to do that. 11 00:00:31,420 --> 00:00:34,869 And then you can even add like an additional option for the logged in user. 12 00:00:34,880 --> 00:00:36,720 Besides them viewing the logs, 13 00:00:36,909 --> 00:00:38,540 you can create a function, 14 00:00:38,549 --> 00:00:41,990 a simple mathematical function that can calculate some sort of, you know, 15 00:00:42,130 --> 00:00:43,950 multiplication or addition, 16 00:00:44,180 --> 00:00:48,189 you can ask the user to provide two or three numbers to provide them. 17 00:00:48,200 --> 00:00:52,900 And then the function can do some sort of a math can multiply them or add them, 18 00:00:52,909 --> 00:00:54,490 you know something very, very basic. 19 00:00:54,619 --> 00:00:57,389 You can also add that as an extra option 20 00:00:57,630 --> 00:00:59,689 for the logged in user. So 21 00:00:59,840 --> 00:01:04,680 there's a lot of different ways how you can further enhance or modify 22 00:01:04,970 --> 00:01:07,870 the user registration system. That we've just built. So 23 00:01:08,319 --> 00:01:13,500 be creative. Think outside the box, look for ways on how you can improve or modify 24 00:01:13,629 --> 00:01:14,489 the program. 25 00:01:14,769 --> 00:01:19,139 And if you do come up with some very interesting ideas, I'd love to hear from you. 26 00:01:19,150 --> 00:01:20,839 I'd love for you to share your code as well. 27 00:01:20,849 --> 00:01:21,959 Share your code with the community, 28 00:01:21,970 --> 00:01:25,580 share your code with the rest of the students taking the course as well. 29 00:01:25,589 --> 00:01:26,050 So 30 00:01:26,250 --> 00:01:30,419 that's pretty much it for the project. I hope you had a lot of fun 31 00:01:30,730 --> 00:01:34,110 building out the user registration system and hopefully 32 00:01:34,120 --> 00:01:37,069 you've also learned quite a lot as well. 33 00:01:37,080 --> 00:01:37,389 So 34 00:01:37,629 --> 00:01:38,470 thank you for watching. 35 00:01:38,480 --> 00:01:42,330 Thank you for building out the user registering system with me. 36 00:01:42,519 --> 00:01:44,269 I will see you in the next class.