Hashing and Digital Signatures (w/ Zoom's API!) - Episode 13.6 | Apps Script ~ Utilities Service

Опубликовано: 31 Август 2026
на канале: David Weiss
2,226
63

Hey Coders! Even though you do your best to patch up and maintain the security of your database, there is still the chance some hacker will find a way to gain access to it. In that scenario, you'll need a mathematically proven way to protect sensitive data even if exposed. Try hash functions! Hash functions are a unique type of function that only allow encryption and are impossible to decrypt. This means that even if the output of a hash function (a digest) is compromised, there is no way the hacker can reverse engineer the digest to get the original sensitive data. Along with securing passwords, hash functions are also used in digital signatures, which are the "electronic fingerprints" of the web. Digital signatures are sent along with important messages and documents to verify the sender and fidelity of the message. If the message is ever tampered with, the receiver will know because the signature will not match the corresponding message's digest. This is used quite a lot in cryptography and information security. Be sure to watch this video to make your applications more secure!

Check out the source code on GitHub:
https://github.com/davidtheweiss/Apps...

❤️ Support the ongoing growth of this channel!   / davidweissprogramming  

🧑‍💻 Apps Script Documentation: https://developers.google.com/apps-sc...

----------------------------------------------------------------------------------------------
🕒 Timestamps
0:00 Intro and Subscriber Recognition
1:38 What are Hash Functions?
3:48 What are Digital Signatures?
7:08 Overview and Problem Statement
11:20 How to Encrypt Passwords Using Hash Functions
17:00 How to Access Zoom's API with Digital Signatures
23:30 Resolution and Confirming the Zoom Meeting Works!
25:41 Digital Signatures using the RSA SHA256 Algorithm
----------------------------------------------------------------------------------------------
Other playlists:

App Engine:
   • Google Cloud - Season 1 | App Engine  

Google Cloud Orientation:
   • Google Cloud - Season 0 | Orientation  

Utilities Service:
   • Apps Script - Season 13 | Utilities Service  

Properties Service:
   • Apps Script - Season 12 | Properties Service  

URL Fetch Service:
   • Apps Script - Season 11 | URL Fetch Service  

Drive Service:
   • Apps Script - Season 10 | Drive Service  

Forms Service:
   • Apps Script - Season 9 | Forms Service  

Lock Service:
   • Apps Script - Season 8 | Lock Service  

HTML Service:
   • Apps Script - Season 7 | HTML Service  

Document Service:
   • Apps Script - Season 6 | Document Service  

Slides Service:
   • Apps Script - Season 5 | Slides Service  

Calendar Service:
   • Apps Script - Season 4 | Calendar Service  

Script Service:
   • Apps Script - Season 3 | Script Service  

Gmail Service:
   • Apps Script - Season 2 | Gmail Service  

Spreadsheet Service:
   • Apps Script - Season 1 | Spreadsheet Service  

Apps Script Orientation:
   • Apps Script - Season 0 | Orientation  
----------------------------------------------------------------------------------------------