import%20marimo%0A%0A__generated_with%20%3D%20%220.15.3%22%0Aapp%20%3D%20marimo.App()%0A%0Awith%20app.setup%3A%0A%20%20%20%20import%20hashlib%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20x%20%3D%20%22HEC%2C%20Lausanne%22%0A%20%20%20%20return%20(x%2C)%0A%0A%0A%40app.cell%0Adef%20_(x)%3A%0A%20%20%20%20hashlib.sha256(x.encode()).hexdigest()%0A%20%20%20%20return%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20%23%20Compare%20with%20https%3A%2F%2Fpasswordsgenerator.net%2Fsha256-hash-generator%2F%0A%20%20%20%20return%0A%0A%0Aif%20__name__%20%3D%3D%20%22__main__%22%3A%0A%20%20%20%20app.run()%0A
c3cf394277111d33b086c19b8aa337264f40b873b1b065757e9666181e311c9b