workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
<@Valeri> Our systems are wired. We are connected using Ethernet from a switch. Router is connected to Switch.
2019-04-07T11:03:19.680300
Donnell
pythondev_help_Donnell_2019-04-07T11:03:19.680300
1,554,634,999.6803
17,321
pythondev
help
From this switch, the ethernet cables are connected to computers.
2019-04-07T11:03:41.680800
Donnell
pythondev_help_Donnell_2019-04-07T11:03:41.680800
1,554,635,021.6808
17,322
pythondev
help
Cool
2019-04-07T11:04:30.681000
Valeri
pythondev_help_Valeri_2019-04-07T11:04:30.681000
1,554,635,070.681
17,323
pythondev
help
Just expose the database on your local network
2019-04-07T11:04:46.681600
Valeri
pythondev_help_Valeri_2019-04-07T11:04:46.681600
1,554,635,086.6816
17,324
pythondev
help
umm Can you give an example?
2019-04-07T11:05:55.682000
Donnell
pythondev_help_Donnell_2019-04-07T11:05:55.682000
1,554,635,155.682
17,325
pythondev
help
often, opening an app to the network is the difference of configuring the IP:PORT from 127.0.0.1:PORT to 0.0.0.0:PORT. Dont know about MySQL instance tho. Heres a discussion that might help <https://ubuntuforums.org/showthread.php?t=960675>
2019-04-07T11:23:47.683800
Leida
pythondev_help_Leida_2019-04-07T11:23:47.683800
1,554,636,227.6838
17,326
pythondev
help
thanks <@Leida> :thumbsup:
2019-04-07T11:33:37.684400
Donnell
pythondev_help_Donnell_2019-04-07T11:33:37.684400
1,554,636,817.6844
17,327
pythondev
help
you are welcome
2019-04-07T11:35:30.685000
Leida
pythondev_help_Leida_2019-04-07T11:35:30.685000
1,554,636,930.685
17,328
pythondev
help
I have a doubt. If everything works with LAN thing, do I just need to install MySql DB in a system that will be used by other systems to connect and retrieve data? Or I need to install a Server? In a conversation with my manager, he said should make a system as our local server for development purpose where you all will access MySql database and work with it.
2019-04-07T11:37:16.687000
Donnell
pythondev_help_Donnell_2019-04-07T11:37:16.687000
1,554,637,036.687
17,329
pythondev
help
to have access from LAN you need something that would serve up the database - the server
2019-04-07T11:39:12.687600
Leida
pythondev_help_Leida_2019-04-07T11:39:12.687600
1,554,637,152.6876
17,330
pythondev
help
what OS are you on?
2019-04-07T11:39:17.687800
Leida
pythondev_help_Leida_2019-04-07T11:39:17.687800
1,554,637,157.6878
17,331
pythondev
help
We run Windows 10 on all the systems.
2019-04-07T11:39:32.688200
Donnell
pythondev_help_Donnell_2019-04-07T11:39:32.688200
1,554,637,172.6882
17,332
pythondev
help
<https://dev.mysql.com/doc/refman/8.0/en/windows-installation.html> this seems quite comprehensive but it also means there is alot to read xD
2019-04-07T11:42:13.689100
Leida
pythondev_help_Leida_2019-04-07T11:42:13.689100
1,554,637,333.6891
17,333
pythondev
help
you will probably want to install the server as a service so that you dont have to manually start it every time the computer restarts: <https://dev.mysql.com/doc/refman/8.0/en/windows-start-service.html>
2019-04-07T11:44:14.690200
Leida
pythondev_help_Leida_2019-04-07T11:44:14.690200
1,554,637,454.6902
17,334
pythondev
help
Yeah. We downloaded *MySQL Community Server* from <https://dev.mysql.com/downloads/>
2019-04-07T11:44:20.690400
Donnell
pythondev_help_Donnell_2019-04-07T11:44:20.690400
1,554,637,460.6904
17,335
pythondev
help
and Installed in our computers and status is active.
2019-04-07T11:44:51.690800
Donnell
pythondev_help_Donnell_2019-04-07T11:44:51.690800
1,554,637,491.6908
17,336
pythondev
help
Did we do it right?
2019-04-07T11:45:11.691200
Donnell
pythondev_help_Donnell_2019-04-07T11:45:11.691200
1,554,637,511.6912
17,337
pythondev
help
<https://medium.com/@kasunsiyambalapitiya/how-to-setup-a-mysql-server-on-local-area-network-lan-c3c5012c7d6b> here it explain how to open it up to lan on both linux and windows
2019-04-07T11:46:35.691700
Leida
pythondev_help_Leida_2019-04-07T11:46:35.691700
1,554,637,595.6917
17,338
pythondev
help
something about creating a cnf file setting the IP
2019-04-07T11:47:15.692400
Leida
pythondev_help_Leida_2019-04-07T11:47:15.692400
1,554,637,635.6924
17,339
pythondev
help
Oh great! thanks for the article <@Leida>
2019-04-07T11:47:20.692600
Donnell
pythondev_help_Donnell_2019-04-07T11:47:20.692600
1,554,637,640.6926
17,340
pythondev
help
And we have now the LAN as barrier. Trying to figure out how to setup. This is new to me. I've found some YouTube videos on software configuration on systems that are to be connected to each other. But before that, I want to get confirmation if we are good with Hardware setup and go to software configuration.
2019-04-07T11:49:08.694500
Donnell
pythondev_help_Donnell_2019-04-07T11:49:08.694500
1,554,637,748.6945
17,341
pythondev
help
Our ISP's Internet cable is connected to Router. Router --&gt; Switch Switch --&gt; Computers
2019-04-07T11:50:25.695300
Donnell
pythondev_help_Donnell_2019-04-07T11:50:25.695300
1,554,637,825.6953
17,342
pythondev
help
Are we good to go?
2019-04-07T11:51:43.695600
Donnell
pythondev_help_Donnell_2019-04-07T11:51:43.695600
1,554,637,903.6956
17,343
pythondev
help
<@Carmen> 1) Yes, there 4 existing systems but they work independent of each other, communicating with the same DBs. But moving them from regular auth structure to SSO is upto me as well, so no specific requirement. 2) Do you have some experience with CAS or SAML?
2019-04-07T12:05:25.696300
Virgil
pythondev_help_Virgil_2019-04-07T12:05:25.696300
1,554,638,725.6963
17,344
pythondev
help
Yep, that's pretty standard. For local network comms, the machines should be able to access each other through the switch. However, your router is probably giving everyone dynamic network addresses, which may or may not be constant over time. You might need to configure the router to give a predictable address to the machine acting as the MySQL server so that the other machines know how to find it. For the mean time, you can get things tested using whatever address is happens to have, though.
2019-04-07T12:07:17.698100
Sasha
pythondev_help_Sasha_2019-04-07T12:07:17.698100
1,554,638,837.6981
17,345
pythondev
help
I do not have direct experience with it. I've just done a decent bit of research on it in the past.
2019-04-07T12:09:45.698200
Carmen
pythondev_help_Carmen_2019-04-07T12:09:45.698200
1,554,638,985.6982
17,346
pythondev
help
So if I were you I'd set up one of the existing SSO identity providers, whichever one is easiest and least expensive for you to setup, and then integrate the other systems with it.
2019-04-07T12:10:45.698400
Carmen
pythondev_help_Carmen_2019-04-07T12:10:45.698400
1,554,639,045.6984
17,347
pythondev
help
Which protocol you decide on for those other integrations once again boils down to which library is most convenient for you to work with.
2019-04-07T12:11:35.698600
Carmen
pythondev_help_Carmen_2019-04-07T12:11:35.698600
1,554,639,095.6986
17,348
pythondev
help
It seems like there might be a bit of terminology confusion here. "Server" has two separate meanings in this context. You have the database server software, MySQL Server. That's what is listening on your network and what your clients connect to. You also have the database server hardware, which is whatever machine is connected to the network and running MySQL Server.
2019-04-07T12:13:56.700600
Carmen
pythondev_help_Carmen_2019-04-07T12:13:56.700600
1,554,639,236.7006
17,349
pythondev
help
Any computer can be a server, but typically for something like that you want a dedicated server, which is just a machine that's always on and isn't running other things (e.g. being used as a desktop for the secretary or another developer).
2019-04-07T12:14:42.701600
Carmen
pythondev_help_Carmen_2019-04-07T12:14:42.701600
1,554,639,282.7016
17,350
pythondev
help
Sure <@Sasha> thanks for confirmation.
2019-04-07T12:16:42.701700
Donnell
pythondev_help_Donnell_2019-04-07T12:16:42.701700
1,554,639,402.7017
17,351
pythondev
help
<@Carmen> Yes little bit confusion with terminology. So for our project, we need to have centralized database. But in conversation with our project manager, he was saying we need to have a computer working as Server and should have database. So maybe he is saying a dedicated server for this?
2019-04-07T12:18:44.701900
Donnell
pythondev_help_Donnell_2019-04-07T12:18:44.701900
1,554,639,524.7019
17,352
pythondev
help
So XAMP would help me make the computer as dedicated server ?
2019-04-07T12:19:19.702100
Donnell
pythondev_help_Donnell_2019-04-07T12:19:19.702100
1,554,639,559.7021
17,353
pythondev
help
Whether something is a server or not is entirely dependent on what you do with it and whether it's dedicated to that task. If you install MySQL on it, and it's dedicated to providing those database services to other apps, it's now your dedicated database server.
2019-04-07T12:24:21.702300
Carmen
pythondev_help_Carmen_2019-04-07T12:24:21.702300
1,554,639,861.7023
17,354
pythondev
help
There 2 or 3 options available for Django, I like django-mama-cas with django-cas-ng for clients.
2019-04-07T12:26:54.702500
Virgil
pythondev_help_Virgil_2019-04-07T12:26:54.702500
1,554,640,014.7025
17,355
pythondev
help
Thanks for your time :slightly_smiling_face: I really appreciate it
2019-04-07T12:27:10.702700
Virgil
pythondev_help_Virgil_2019-04-07T12:27:10.702700
1,554,640,030.7027
17,356
pythondev
help
Oh ok. So I will confirm with him and I'll be back if I have any doubts regarding it. Thanks a lot <@Carmen>
2019-04-07T12:37:04.702900
Donnell
pythondev_help_Donnell_2019-04-07T12:37:04.702900
1,554,640,624.7029
17,357
pythondev
help
Any one use the 'Pycharm for Anaconda' IDE yet ?
2019-04-07T14:03:03.703800
Clayton
pythondev_help_Clayton_2019-04-07T14:03:03.703800
1,554,645,783.7038
17,358
pythondev
help
downloading 'Pycharm for anaconda IDE' will report later on!
2019-04-07T14:21:59.704300
Danika
pythondev_help_Danika_2019-04-07T14:21:59.704300
1,554,646,919.7043
17,359
pythondev
help
How do i activate PyCharm with anaconda for ML. I have to created new enviournment with conda as images show in pycharm website with spyder like iypnb file? or is it ready to use?
2019-04-07T14:38:27.706100
Danika
pythondev_help_Danika_2019-04-07T14:38:27.706100
1,554,647,907.7061
17,360
pythondev
help
There's documentation on jetbrains website to use a specific interpreter
2019-04-07T14:50:02.706900
Hiroko
pythondev_help_Hiroko_2019-04-07T14:50:02.706900
1,554,648,602.7069
17,361
pythondev
help
Look at that
2019-04-07T14:50:07.707100
Hiroko
pythondev_help_Hiroko_2019-04-07T14:50:07.707100
1,554,648,607.7071
17,362
pythondev
help
Do you guys use global environments or a file with keys for an app on a server
2019-04-07T14:50:56.707700
Marceline
pythondev_help_Marceline_2019-04-07T14:50:56.707700
1,554,648,656.7077
17,363
pythondev
help
Env vars or a key vault
2019-04-07T14:53:22.708300
Hiroko
pythondev_help_Hiroko_2019-04-07T14:53:22.708300
1,554,648,802.7083
17,364
pythondev
help
Howcome
2019-04-07T14:54:20.708600
Marceline
pythondev_help_Marceline_2019-04-07T14:54:20.708600
1,554,648,860.7086
17,365
pythondev
help
Env vars are easy to use
2019-04-07T14:58:49.709100
Hiroko
pythondev_help_Hiroko_2019-04-07T14:58:49.709100
1,554,649,129.7091
17,366
pythondev
help
And when you build an image for deployment, you can integrate a key vault to populate the env vars
2019-04-07T14:59:17.710000
Hiroko
pythondev_help_Hiroko_2019-04-07T14:59:17.710000
1,554,649,157.71
17,367
pythondev
help
So everything is as secure as it can be
2019-04-07T14:59:32.710400
Hiroko
pythondev_help_Hiroko_2019-04-07T14:59:32.710400
1,554,649,172.7104
17,368
pythondev
help
Of course, if you get hacked with root privilege escalation,there's not much you can do
2019-04-07T15:00:11.711500
Hiroko
pythondev_help_Hiroko_2019-04-07T15:00:11.711500
1,554,649,211.7115
17,369
pythondev
help
Or if your credentials are compromised
2019-04-07T15:00:26.712000
Hiroko
pythondev_help_Hiroko_2019-04-07T15:00:26.712000
1,554,649,226.712
17,370
pythondev
help
Okay thanks. I will take a look at it. As of now, Env vars and keys in a file are the same security wise right?
2019-04-07T15:02:11.712700
Marceline
pythondev_help_Marceline_2019-04-07T15:02:11.712700
1,554,649,331.7127
17,371
pythondev
help
Where's the key file going to come from?
2019-04-07T15:04:00.713200
Hiroko
pythondev_help_Hiroko_2019-04-07T15:04:00.713200
1,554,649,440.7132
17,372
pythondev
help
You can't include it in source control
2019-04-07T15:04:17.714000
Hiroko
pythondev_help_Hiroko_2019-04-07T15:04:17.714000
1,554,649,457.714
17,373
pythondev
help
A flask app, but I am going to use .gitignore
2019-04-07T15:04:53.714800
Marceline
pythondev_help_Marceline_2019-04-07T15:04:53.714800
1,554,649,493.7148
17,374
pythondev
help
I was thinking of just importing the keys where I need and not including them in source control.
2019-04-07T15:06:11.715400
Marceline
pythondev_help_Marceline_2019-04-07T15:06:11.715400
1,554,649,571.7154
17,375
pythondev
help
Like you said, if someone hacks in, they would have access to everything anyways
2019-04-07T15:06:31.715800
Marceline
pythondev_help_Marceline_2019-04-07T15:06:31.715800
1,554,649,591.7158
17,376
pythondev
help
Another reason I am asking is because I can't store certain characters as a global environment
2019-04-07T15:07:11.716400
Marceline
pythondev_help_Marceline_2019-04-07T15:07:11.716400
1,554,649,631.7164
17,377
pythondev
help
like certain api keys
2019-04-07T15:07:25.716600
Marceline
pythondev_help_Marceline_2019-04-07T15:07:25.716600
1,554,649,645.7166
17,378
pythondev
help
Hi everyone, is this the appropriate place to ask a question regarding my code? I'm new to Python, and am trying to find the best practice way of handling my database connections and cursors. I guess a design pattern, so to speak.
2019-04-07T15:15:13.718000
Akiko
pythondev_help_Akiko_2019-04-07T15:15:13.718000
1,554,650,113.718
17,379
pythondev
help
Ask here. what is your DB in, SQL or No SQL ?
2019-04-07T15:21:44.718700
Clayton
pythondev_help_Clayton_2019-04-07T15:21:44.718700
1,554,650,504.7187
17,380
pythondev
help
OR ODBC ?
2019-04-07T15:22:29.719100
Clayton
pythondev_help_Clayton_2019-04-07T15:22:29.719100
1,554,650,549.7191
17,381
pythondev
help
Where is it hosted ?
2019-04-07T15:23:00.719400
Clayton
pythondev_help_Clayton_2019-04-07T15:23:00.719400
1,554,650,580.7194
17,382
pythondev
help
Is the data in CSV, TSV, or Images ?
2019-04-07T15:23:41.720000
Clayton
pythondev_help_Clayton_2019-04-07T15:23:41.720000
1,554,650,621.72
17,383
pythondev
help
I have the following sentence saved in a module: print ("\ 033 [2J"], it is supposed that when calling the module from the windows console, I should clean the screen of the module but it is not working for me
2019-04-07T16:14:27.730700
Melia
pythondev_help_Melia_2019-04-07T16:14:27.730700
1,554,653,667.7307
17,384
pythondev
help
I have been researching to see if I can find help on setting up an API connection with python to google cloud platform. The API I am trying to grab data from has three requirements: method, request ID, and params. I am using the request library. The key thing to understand is that the "method" is something like "getCustomers". It is not referring to GET, POST or PUT. I have the params and request ID squared away. I get a 200 or 201 response depending on my code. My issue is everything I have attempted with the "method" returns a 201 with a message saying "Method signature missing". Of course the documentation is limited. I can only provide so much because I have to maintain confidentiality. Any help would be most appreciated! :blush:
2019-04-07T16:14:56.731500
Chantelle
pythondev_help_Chantelle_2019-04-07T16:14:56.731500
1,554,653,696.7315
17,385
pythondev
help
1) That sounds like they're violating REST principles, since a 201 is normally a successful result code indicating that something was created. 2) Do they have any examples you can look at for what data to be passing in the method parameter?
2019-04-07T16:18:15.733200
Carmen
pythondev_help_Carmen_2019-04-07T16:18:15.733200
1,554,653,895.7332
17,386
pythondev
help
<@Melia> If that is a literal copy of the string, you should probably remove the space after the backslash, and maybe the other space as well.
2019-04-07T16:21:10.734000
Sasha
pythondev_help_Sasha_2019-04-07T16:21:10.734000
1,554,654,070.734
17,387
pythondev
help
print("\033[2J") this is the code
2019-04-07T16:22:51.734400
Melia
pythondev_help_Melia_2019-04-07T16:22:51.734400
1,554,654,171.7344
17,388
pythondev
help
Gotcha. That is a common ANSI escape sequence to clear the screen in some terminals, but honestly I don't know if it's expected to work on Windows.
2019-04-07T16:26:38.735000
Sasha
pythondev_help_Sasha_2019-04-07T16:26:38.735000
1,554,654,398.735
17,389
pythondev
help
None
2019-04-07T16:26:53.735100
Melia
pythondev_help_Melia_2019-04-07T16:26:53.735100
1,554,654,413.7351
17,390
pythondev
help
thanks, I'll look for another way to do it
2019-04-07T16:27:59.735600
Melia
pythondev_help_Melia_2019-04-07T16:27:59.735600
1,554,654,479.7356
17,391
pythondev
help
I’m looking for current best practice for password encryption and persistence. A tutorial, maybe? But I can also use docs. At the moment, I’m planning to stick pw in sql database, or json config (although, I don’t know if json would be as safe). but maybe there is a better way to “save password” for a desktop app? I want to know which crypto library to use; hopefully currently maintained, but also easy to use. I don’t have any experience with this, so this is for educational purposes. Thanks!
2019-04-07T16:45:39.742200
Velva
pythondev_help_Velva_2019-04-07T16:45:39.742200
1,554,655,539.7422
17,392
pythondev
help
The web has a lot of out of date and contradictory info, so I was hoping this was a good place to look for this info.
2019-04-07T16:46:18.743300
Velva
pythondev_help_Velva_2019-04-07T16:46:18.743300
1,554,655,578.7433
17,393
pythondev
help
Do you mean save a user's password so you can verify it later, or save like a database password that your app needs to use itself?
2019-04-07T17:06:21.743900
Sasha
pythondev_help_Sasha_2019-04-07T17:06:21.743900
1,554,656,781.7439
17,394
pythondev
help
Like a database password, that the app is using.
2019-04-07T17:07:40.744400
Velva
pythondev_help_Velva_2019-04-07T17:07:40.744400
1,554,656,860.7444
17,395
pythondev
help
Like a password manager would.
2019-04-07T17:10:14.744700
Velva
pythondev_help_Velva_2019-04-07T17:10:14.744700
1,554,657,014.7447
17,396
pythondev
help
The user (me) could use another password for the encryption/decryption that is used when the app starts up.
2019-04-07T17:11:52.746600
Velva
pythondev_help_Velva_2019-04-07T17:11:52.746600
1,554,657,112.7466
17,397
pythondev
help
Gotcha. The standard these days I'd say would be AES-256.
2019-04-07T17:12:10.746900
Sasha
pythondev_help_Sasha_2019-04-07T17:12:10.746900
1,554,657,130.7469
17,398
pythondev
help
<https://stackoverflow.com/questions/52772754/storing-passwords-on-mysql-database-hash-vs-encryption>
2019-04-07T17:12:20.747200
Marceline
pythondev_help_Marceline_2019-04-07T17:12:20.747200
1,554,657,140.7472
17,399
pythondev
help
guys, i’m trying to install pipenv on my mac.
2019-04-07T17:12:47.747800
Latanya
pythondev_help_Latanya_2019-04-07T17:12:47.747800
1,554,657,167.7478
17,400
pythondev
help
but i got this error.
2019-04-07T17:12:52.748000
Latanya
pythondev_help_Latanya_2019-04-07T17:12:52.748000
1,554,657,172.748
17,401
pythondev
help
```macdeiMac:bin mac$ pip3 install pipenv Requirement already satisfied: pipenv in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (2018.11.26) Requirement already satisfied: virtualenv-clone&gt;=0.2.5 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pipenv) (0.5.2) Requirement already satisfied: virtualenv in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pipenv) (16.4.3) Requirement already satisfied: pip&gt;=9.0.1 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pipenv) (19.0.3) Requirement already satisfied: setuptools&gt;=36.2.1 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pipenv) (40.8.0) Requirement already satisfied: certifi in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from pipenv) (2019.3.9) macdeiMac:bin mac$ pipenv install -bash: pipenv: command not found macdeiMac:bin mac$ ```
2019-04-07T17:12:57.748200
Latanya
pythondev_help_Latanya_2019-04-07T17:12:57.748200
1,554,657,177.7482
17,402
pythondev
help
any idea?
2019-04-07T17:13:01.748400
Latanya
pythondev_help_Latanya_2019-04-07T17:13:01.748400
1,554,657,181.7484
17,403
pythondev
help
You won't be able to use a hash since you need to be able to retrieve the actual password to use it, as opposed to just verify against it.
2019-04-07T17:14:01.749100
Sasha
pythondev_help_Sasha_2019-04-07T17:14:01.749100
1,554,657,241.7491
17,404
pythondev
help
Try a brew install
2019-04-07T17:16:43.749400
Latonya
pythondev_help_Latonya_2019-04-07T17:16:43.749400
1,554,657,403.7494
17,405
pythondev
help
`$ brew install pipenv`
2019-04-07T17:16:48.749600
Latonya
pythondev_help_Latonya_2019-04-07T17:16:48.749600
1,554,657,408.7496
17,406
pythondev
help
ok, will try now
2019-04-07T17:17:47.749900
Latanya
pythondev_help_Latanya_2019-04-07T17:17:47.749900
1,554,657,467.7499
17,407
pythondev
help
<@Sasha> correct. PBKDF2 or argon2 sound good. Which librarys are there with these implemented? Any recommendations or should I just go research some more? I think Cryptography was one, and PyNaCl. Maybe I’ll go look into those.
2019-04-07T17:21:22.753500
Velva
pythondev_help_Velva_2019-04-07T17:21:22.753500
1,554,657,682.7535
17,408
pythondev
help
Note that both of those are hashing schemes, not encryption, so it's not quite what you want if you need to be able to retrieve the original password.
2019-04-07T17:23:55.754200
Sasha
pythondev_help_Sasha_2019-04-07T17:23:55.754200
1,554,657,835.7542
17,409
pythondev
help
<@Latonya> it works, :+1:
2019-04-07T17:24:08.754500
Latanya
pythondev_help_Latanya_2019-04-07T17:24:08.754500
1,554,657,848.7545
17,410
pythondev
help
<@Velva> PyCrypto is my standard go-to for cryptographic functionality. <https://pypi.org/project/pycrypto/>
2019-04-07T17:27:44.755000
Carmen
pythondev_help_Carmen_2019-04-07T17:27:44.755000
1,554,658,064.755
17,411
pythondev
help
Most notably, it supports AES-256. <https://www.dlitz.net/software/pycrypto/api/current/>
2019-04-07T17:28:17.755400
Carmen
pythondev_help_Carmen_2019-04-07T17:28:17.755400
1,554,658,097.7554
17,412
pythondev
help
Okay, thanks
2019-04-07T17:30:15.756300
Velva
pythondev_help_Velva_2019-04-07T17:30:15.756300
1,554,658,215.7563
17,413
pythondev
help
<@Sasha> yes, they appear to be for hashing. I do want something reversible. I’ll have to keep researching to find how I can encrypt / decrypt securely.
2019-04-07T17:58:52.758500
Velva
pythondev_help_Velva_2019-04-07T17:58:52.758500
1,554,659,932.7585
17,414
pythondev
help
Hey guys i am having trouble on removing whitespace inside a json string. actually i want it to be removed before and after a certain character. E.g. the string ("erschlossen": "Nein", "hausnummer": "11", "ortsteil": "Glön", "strasse": "Rheinstr.", "versorgungsart": null ) Tried it already with r'(\s*\"+\s*)
2019-04-07T18:00:12.758700
Shandi
pythondev_help_Shandi_2019-04-07T18:00:12.758700
1,554,660,012.7587
17,415
pythondev
help
<@Velva> why do you want the decrypt portion?
2019-04-07T18:02:12.759300
Hiroko
pythondev_help_Hiroko_2019-04-07T18:02:12.759300
1,554,660,132.7593
17,416
pythondev
help
why isn’t one way hashing comparison sufficient?
2019-04-07T18:02:37.759900
Hiroko
pythondev_help_Hiroko_2019-04-07T18:02:37.759900
1,554,660,157.7599
17,417
pythondev
help
That’s a great question, cause I know that’s best, but I’m hoping to automate things using the passwords. The places I would like to use them don’t have APIs or other means to authenticate, so I’m hoping I can encrypt and decrypt using a key that I have to present each time I need to run the automation. That key I present each time would be stored securely in a password manager, and not persisted in the app at all. If that’s possible to do securely, like a password manager does, that’s what I’m looking for. <@Hiroko>
2019-04-07T18:06:55.763900
Velva
pythondev_help_Velva_2019-04-07T18:06:55.763900
1,554,660,415.7639
17,418
pythondev
help
I do know that a self hosted Bitwarden server has an API, so I might just spend time getting that working, but if this is an app that I can open source after a period of time, I don’t want that to be the only option, because. It everyone will want to use a self hosted password vault. So I’m just exploring the possibilities at the moment.
2019-04-07T18:13:43.768000
Velva
pythondev_help_Velva_2019-04-07T18:13:43.768000
1,554,660,823.768
17,419
pythondev
help
I’m not a security professional, so that’s unlikely, but it doesn’t hurt to figure out if it’s an option!
2019-04-07T18:15:07.769000
Velva
pythondev_help_Velva_2019-04-07T18:15:07.769000
1,554,660,907.769
17,420