💻 *Source Code:* www.buymeacoffee.com/fabiomusanni/e/183735 ⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️ ☕ *Buy me a coffee:* www.buymeacoffee.com/fabiomusanni ❤️ *Support me monthly:* www.patreon.com/FabioMusanni 😍 *One-off donation:* www.paypal.me/FabioMusanni/ *SKILLSHARE* _(Web Dev, UI/UX Design, Python, Music, Art, Animation and a lot more)_ 🔗 skillshare.eqcm.net/5gxzD2 (Affiliate) *COURSERA WEB DEVELOPMENT* _(Full Stack, Front-End, Back-End, Web Design and a lot more):_ 🔗 imp.i384100.net/EKWxBW (Affiliate) *DATACAMP* _(Python, ChatGPT, SQL, Power BI, and more)_ 🔗 datacamp.pxf.io/vN1bDj (Affiliate) *COURSERA PYTHON* _(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_ 🔗 imp.i384100.net/k0Nk60 (Affiliate) Thank you for the support!❤ 🎥All my videos about web dev: th-cam.com/play/PLs8qUrmRvaR3_p-UwLFvQ2NySkORSYUiB.html
Your explanation helped me to understand a project I have to do, thank you so much! I'll make sure to buy you a coffee and cite your channel and information as a reference! Thank you again! :)
@@Oksana7305 Hello 😊Pycharm, as the name suggests, is more suited for Python programming. I'd use something different for Web Development. Since you are using Pycharm, I guess you are familiar with Python, here's the same app created with Python: 🎥Caesar Cipher Command Line: th-cam.com/video/QYng_rXg5OQ/w-d-xo.html 🎥Caesar Cipher GUI App (Part 1): th-cam.com/video/vVBSmYSgNNM/w-d-xo.html 🎥Caesar Cipher GUI App (Part 2): th-cam.com/video/n1XAt9_gnBI/w-d-xo.html
@@Oksana7305 Mmm I'm not sure about that, I think double substitution works differently and it's more complex than that. Let's say you encrypt the plaintext using the key 3 and then you encrypt the result using the key 7, you encrypted the message twice but since you have only 25 possible keys (if you consider the English alphabet), if you want to break it, you don't need to find the key 7 and then the key 3, you just try all the possible keys and when you reach 10 (7+3) you get the right plaintext.
Hey Fabio! thank you for sharing this project, I will definitively create it as well.. a quick question is which extension do you use to enable and autocomplete when you put something like h1, div.container -- -for REACT --- idk on my machine they did that but suddently it stopped working... thank you for your time!
@@FabioMusanni i got this type of error Uncaught TypeError TypeError: textarea.Value is not iterable at (c:\Users\it\Documents\project\index.html:39:38) how do i fix it?
@@FabioMusanni the button doesn't work in my case, im so sorry... Your videos very direct and easy to understand, i just can't find any errors yet it's not working, do you still have the file for this project? Can i download it? Thank you so much for replying
Trying to make things work is a very good exercise to become a better programmer. Make sure all the brackets are in the right place (check them pair by pair if necessary), especially the ones for the addEventListener arrow function and also try to simply run a console.log('test') when clicking the button, if you then see 'test' in your console, the button works and the problem is elsewhere. This happens all the time, even to experience programmers, and you need to try and try, of course intelligently until you make it work, and this is the real excitement 😉 💪
Hello, thank you for the comment 😊 This is a really easy cipher to break so I wouldn't recommend using it to store your passwords. It's definitely better than storing them as plaintext and it would probably work with your friends (unless they know those kind of things, of course). That said, if you want to secure your passwords properly I would use a password manager like KeePass.
Sometimes some hackers use something like the WGET to download the page from in the cmd... So some encyprion of the main code will render the whole page useless for him... Okay
💻 *Source Code:* www.buymeacoffee.com/fabiomusanni/e/183735
⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️
☕ *Buy me a coffee:* www.buymeacoffee.com/fabiomusanni
❤️ *Support me monthly:* www.patreon.com/FabioMusanni
😍 *One-off donation:* www.paypal.me/FabioMusanni/
*SKILLSHARE*
_(Web Dev, UI/UX Design, Python, Music, Art, Animation and a lot more)_
🔗 skillshare.eqcm.net/5gxzD2 (Affiliate)
*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_
🔗 imp.i384100.net/EKWxBW (Affiliate)
*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and more)_
🔗 datacamp.pxf.io/vN1bDj (Affiliate)
*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_
🔗 imp.i384100.net/k0Nk60 (Affiliate)
Thank you for the support!❤
🎥All my videos about web dev: th-cam.com/play/PLs8qUrmRvaR3_p-UwLFvQ2NySkORSYUiB.html
Your explanation helped me to understand a project I have to do, thank you so much! I'll make sure to buy you a coffee and cite your channel and information as a reference!
Thank you again! :)
Wow! Thank you so so much for the comment and for the coffee, really kind of you! 😍🥹 I'm glad the video helped you with your project!
How come good videos get low views like this, you've just earned yourself a new Sub mate 😌🤞
Hey! Thank you so much! ❤️ Glad you liked the video, and yes, sometimes the good videos are the ones that are hidden somewhere 😂 😜
An excellent presentation. It simple sweet and concise . You mad my day👌👋❤❤❤
Hey! 🤩 Thank you so much for the comment! 😍 Glad you liked it!
It don't work with just one character input for example try 'a' it didn't work
what kind of software that u used to write the code?
I'm using Visual Studio Code (VS Code) 😊
@FabioMusanni can I do this in pycharm
@@Oksana7305 Hello 😊Pycharm, as the name suggests, is more suited for Python programming. I'd use something different for Web Development.
Since you are using Pycharm, I guess you are familiar with Python, here's the same app created with Python:
🎥Caesar Cipher Command Line: th-cam.com/video/QYng_rXg5OQ/w-d-xo.html
🎥Caesar Cipher GUI App (Part 1): th-cam.com/video/vVBSmYSgNNM/w-d-xo.html
🎥Caesar Cipher GUI App (Part 2): th-cam.com/video/n1XAt9_gnBI/w-d-xo.html
@FabioMusanni thanks for this. If I wanted to do double substitution or triple would I use the same encrypt and decrypt 3 times
@@Oksana7305 Mmm I'm not sure about that, I think double substitution works differently and it's more complex than that.
Let's say you encrypt the plaintext using the key 3 and then you encrypt the result using the key 7, you encrypted the message twice but since you have only 25 possible keys (if you consider the English alphabet), if you want to break it, you don't need to find the key 7 and then the key 3, you just try all the possible keys and when you reach 10 (7+3) you get the right plaintext.
Hey Fabio! thank you for sharing this project, I will definitively create it as well.. a quick question is which extension do you use to enable and autocomplete when you put something like h1, div.container -- -for REACT --- idk on my machine they did that but suddently it stopped working... thank you for your time!
Hi Óscar, thanks for the comment, I'm glad you liked the video! 🤓
You need to enable the Emmet extension to get its abbreviations 😉 I hope this helps.
@@FabioMusanni i got this type of error Uncaught TypeError TypeError: textarea.Value is not iterable
at (c:\Users\it\Documents\project\index.html:39:38)
how do i fix it?
@@tekamac3122 Hello 😊
You are trying to access "Value" but it's "value" with the lowercase "v" 😉
Mine doesn't work, i don't know what to do anymore
Hello, if you followed everything carefully, I can't see the reason why it doesn't work. Do you get any sort of error?
@@FabioMusanni the button doesn't work in my case, im so sorry... Your videos very direct and easy to understand, i just can't find any errors yet it's not working, do you still have the file for this project? Can i download it? Thank you so much for replying
Trying to make things work is a very good exercise to become a better programmer. Make sure all the brackets are in the right place (check them pair by pair if necessary), especially the ones for the addEventListener arrow function and also try to simply run a console.log('test') when clicking the button, if you then see 'test' in your console, the button works and the problem is elsewhere. This happens all the time, even to experience programmers, and you need to try and try, of course intelligently until you make it work, and this is the real excitement 😉 💪
Would this be the kind of application for secure website logins/other like credentials? Thanks! =).
Hello, thank you for the comment 😊
This is a really easy cipher to break so I wouldn't recommend using it to store your passwords. It's definitely better than storing them as plaintext and it would probably work with your friends (unless they know those kind of things, of course).
That said, if you want to secure your passwords properly I would use a password manager like KeePass.
Bravo!
Thank you for the comment Nicole! 🤗 😊
Sometimes some hackers use something like the WGET to download the page from in the cmd... So some encyprion of the main code will render the whole page useless for him... Okay