Loves programmatic UI :)
Nizamet has been awarded a WWDC scholarship in 2022. Here is the submission that got him there.
In 2022, applicants were tasked with creating a Swift Playgrounds app project on the topic of your choice to showcase their passion for coding. Here’s how Nizamet describes his winning submission.
This app is mainly focused on hashing(Encrypt & Decrypt) and creating useful hashed data and storing the data on our device. For this purpose, I use "CryptoKit" for hashing words. App takes your input and hashes the input with the selected algorithm (SHA256-384-512). Also; if the user saved a word with hashed data, the user can decrypt the data. Application stores the hashed data in the device with the "Data Persistent" model.