DEV Community

VenatusDev
VenatusDev

Posted on

Simple Encrypting and Decrypting Program in Python

A simple encryption program that I made in my Computer Science lesson.

Top comments (2)

Collapse
 
harrisoncringe profile image
harrison-cringe

I'm In His Class That Is Probably Because You Haven't Created The File encrypted.txt Or Maybe Just encrypted with no extension , I'm Not Too Sure As We All Had To Make Our Code Slightly Different

Collapse
 
venatusdev profile image
VenatusDev

That's true, Arber, you need to create the file 'encrypted' and 'plaintext' with no file extension. Put your text you want to be encrypted inside the 'plaintext' file.