Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Can This Be Used?
#5
Im a noob in python, but maybe a text encrypter, you could set it if there is an a then make it a c. Like this -


text = raw_input()
text = text.replace("a", "1")
text = text.replace("b", "2")
/There may be an easier way to do that but keep going a - z
print "Encrypted text is " text
/Now just reverse that so they can decrypt text.

I dont know if this helped or how well this will work but it is just a suggestion.
Reply


Messages In This Thread
How Can This Be Used? - by nevets04 - 10-16-2009, 06:32 PM
RE: How Can This Be Used? - by mon3yexploit - 10-16-2009, 06:39 PM
RE: How Can This Be Used? - by nevets04 - 10-16-2009, 06:57 PM
RE: How Can This Be Used? - by Gaijin - 10-16-2009, 07:00 PM
RE: How Can This Be Used? - by Yoshi - 10-29-2009, 02:37 AM
RE: How Can This Be Used? - by dongblues - 10-29-2009, 03:44 AM
RE: How Can This Be Used? - by uber1337 - 10-29-2009, 05:33 PM
RE: How Can This Be Used? - by Fallen - 10-31-2009, 08:22 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)