Python-SHA-256 An implementation of the SHA-256 hashing function written in Python with no external libraries or packages. import hash print(hash.textToSha256("Hello world!"))