Python Forum
trouble writing to file after while loop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trouble writing to file after while loop
#11
(Jan-05-2017, 07:08 AM)Skaperen Wrote: even better is to use one-way encryption.
Do you mean hashing? From what I can tell the whole point of encryption is that it's reversible under the right circumstances.
Reply
#12
(Jan-05-2017, 07:41 PM)micseydel Wrote:
(Jan-05-2017, 07:08 AM)Skaperen Wrote: even better is to use one-way encryption.
Do you mean hashing? From what I can tell the whole point of encryption is that it's reversible under the right circumstances.

I am not sure how to encrypt the password before saving. I'm still very new to programming as it is. I am willing and open to constructive criticism. As a matter of fact I welcome it for it makes me better as a whole. How would I go about learning to learn toward password encryption.
Reply
#13
If you're new to programming, you may not know about the python PyPi.
PyPi is a repository of software for the Python programming language. You
can search through almost 100,000 packages to see what is available for you
to install and use. You can find it here: https://pypi.python.org/pypi
Usually, after you have searched and narrowed down your choices, you can
bring up individual pages on each package.

On that page, you will find information about the author, which versions of python
are supported, links to the package website, as well as full package downloads.

Most packages can be easily installed with pip.

I'd suggest that you start here, and search for password encryption. Look at those
with the highest weight first, but don't discount others that are lower on the list.
A good indicator of what else to look for is the date it was placed in the repository.
If it's old, and has a low weight, it probably means you shouldn't waste time playing
with it. If new with a low weight, it may be excellent, but you're taking a gamble.

Enjoy
Reply
#14
Awesomeness thank you very much Larz
Reply
#15
you may want to read this as a basic introduction to password security
https://crackstation.net/hashing-security.htm
Reply
#16
(Jan-08-2017, 05:55 AM)buran Wrote: you may want to read this as a basic introduction to password security
https://crackstation.net/hashing-security.htm

Ok, will do. Thank you buran! I freaking Heart this forum. I've learned so much from you guys just in the past couple of days!
Reply
#17
Hello!
Take a look at PyNaCL. It's easy like driving a car. Shy
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#18
(Jan-08-2017, 09:11 PM)wavic Wrote: Hello!
Take a look at PyNaCL. It's easy like driving a car. Shy

Sweet dude, thanks!
Reply
#19
It's shweeet
Reply
#20
(Jan-09-2017, 02:49 AM)Larz60+ Wrote: It's shweeet

Lol Larz, finally sensing a sense of humor my friend Dance
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Writing string to file results in one character per line RB76SFJPsJJDu3bMnwYM 4 1,387 Sep-27-2022, 01:38 PM
Last Post: buran
  Writing to json file ebolisa 1 1,012 Jul-17-2022, 04:51 PM
Last Post: deanhystad
  Writing to External File DaveG 9 2,503 Mar-30-2022, 06:25 AM
Last Post: bowlofred
Question Having trouble writing an Enum with a custom __new__ method stevendaprano 3 4,164 Feb-13-2022, 06:37 AM
Last Post: deanhystad
  Writing to file ends incorrectly project_science 4 2,703 Jan-06-2021, 06:39 PM
Last Post: bowlofred
  Writing unit test results into a text file ateestructural 3 4,773 Nov-15-2020, 05:41 PM
Last Post: ateestructural
  Writing to file in a specific folder evapa8f 5 3,446 Nov-13-2020, 10:10 PM
Last Post: deanhystad
  Trouble with reading csv file and putting it into a file Milfredo 3 2,278 Sep-04-2020, 05:30 AM
Last Post: Milfredo
  Failure in writing binary text to file Gigux 7 3,826 Jul-04-2020, 08:41 AM
Last Post: Gigux
  writing data to a csv-file apollo 1 2,378 Jul-03-2020, 02:28 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020