Local Encryption ... Why Not?
-
Yes, the original question was more generic. HIPAA has much better reasons to look at general encryption.
-
Most topics here tend to branch out... sometimes not too far out (like this one)... and other times, they branch out into left field in somebody else's baseball park, lol.
-
@dafyre said:
Most topics tend to branch out...
FTFY. It is the nature of conversations. Go to the diner with friends, sit around having coffee for a few hours and a topic that starts things, like the weather or the nature of freedom or do we really exists at all will lead from one topic into another and take tangents and sometimes return and sometimes not. Conversations naturally go in all different directions.
That it happens here too is both just organic and it is an intrinsic nature of a community and discussion forum rather than being a Q&A forum a la StackOverflow.
-
@scottalanmiller said:
FTFY. It is the nature of conversations. Go to the diner with friends, sit around having coffee for a few hours and a topic that starts things, like the weather or the nature of freedom or do we really exists at all will lead from one topic into another and take tangents and sometimes return and sometimes not. Conversations naturally go in all different directions.
That it happens here too is both just organic and it is an intrinsic nature of a community and discussion forum rather than being a Q&A forum a la StackOverflow.
Are you purposely trying to branch this out into a THIRD discussion?
-
It just happens organically.
-
So bringing this offshoot back here.
I think I now understand you are talking about, if it makes sense, to store all the data in the cloud, and work on none of it locally.
However, is there is a need to produce something locally, it might be needed to bring it down, and hence you would need to secure it in whatever way deemed necessary.
For example, doing a postal mailing from a list of PHI from a medical client.
-
@BRRABill said:
So bringing this offshoot back here.
I think I now understand you are talking about, if it makes sense, to store all the data in the cloud, and work on none of it locally.
However, is there is a need to produce something locally, it might be needed to bring it down, and hence you would need to secure it in whatever way deemed necessary.
Right. And then upload it back to your non-local storage after you have finished working with it.
-
@BRRABill said:
So bringing this offshoot back here.
I think I now understand you are talking about, if it makes sense, to store all the data in the cloud, and work on none of it locally.
However, is there is a need to produce something locally, it might be needed to bring it down, and hence you would need to secure it in whatever way deemed necessary.
For example, doing a postal mailing from a list of PHI from a medical client.
Any reason that you would want to do the printing with data locally on the end client rather than directly from the SaaS application?
-
If you are using the online version of MS Office, you don't need to pull data down locally to print. So if you were to send me an Excel spreadsheet to print, it would open directly from OWA to Hosted Excel. Then when I tell it to print, it would do it from there. No need for local data for that kind of task, for example.
-
@dafyre said:
@BRRABill said:
So bringing this offshoot back here.
I think I now understand you are talking about, if it makes sense, to store all the data in the cloud, and work on none of it locally.
However, is there is a need to produce something locally, it might be needed to bring it down, and hence you would need to secure it in whatever way deemed necessary.
Right. And then upload it back to your non-local storage after you have finished working with it.
Yup. Hard to come up with real world cases where this would be necessary, though. You have to come up with stuff like "local video editing" where you are using a laptop instead of a workstation and can't do it on a hosted SaaS application. These cases exist, but they are very rare and specialty today.
-
@scottalanmiller said:
If you are using the online version of MS Office, you don't need to pull data down locally to print. So if you were to send me an Excel spreadsheet to print, it would open directly from OWA to Hosted Excel. Then when I tell it to print, it would do it from there. No need for local data for that kind of task, for example.
When I did that, it made a PDF to download.
Now, granted, this was the free version of Word, and on a Mac.
So perhaps it would work as you say with the full version.
-
@BRRABill said:
@scottalanmiller said:
If you are using the online version of MS Office, you don't need to pull data down locally to print. So if you were to send me an Excel spreadsheet to print, it would open directly from OWA to Hosted Excel. Then when I tell it to print, it would do it from there. No need for local data for that kind of task, for example.
When I did that, it made a PDF to download.
Now, granted, this was the free version of Word, and on a Mac.
So perhaps it would work as you say with the full version.
What do you mean? you choose the option to print and it didn't print, instead it offered you a PDF?
-
@Dashrender said:
What do you mean? you choose the option to print and it didn't print, instead it offered you a PDF?
Yes.
I chose PRINT (from WORD ONLINE) and it then said "HERE IS YOUR PDF TO PRINT".
-
@BRRABill said:
@scottalanmiller said:
If you are using the online version of MS Office, you don't need to pull data down locally to print. So if you were to send me an Excel spreadsheet to print, it would open directly from OWA to Hosted Excel. Then when I tell it to print, it would do it from there. No need for local data for that kind of task, for example.
When I did that, it made a PDF to download.
Now, granted, this was the free version of Word, and on a Mac.
So perhaps it would work as you say with the full version.
You probably don't have Office 365 with online MS Office. So there is no online tools for you to use.
-
@BRRABill said:
@Dashrender said:
What do you mean? you choose the option to print and it didn't print, instead it offered you a PDF?
Yes.
I chose PRINT (from WORD ONLINE) and it then said "HERE IS YOUR PDF TO PRINT".
That's super weird!
-
I'd test some more but.... logins for Office 365 appear to be down right now.
-
@scottalanmiller said:
@BRRABill said:
@Dashrender said:
What do you mean? you choose the option to print and it didn't print, instead it offered you a PDF?
Yes.
I chose PRINT (from WORD ONLINE) and it then said "HERE IS YOUR PDF TO PRINT".
That's super weird!
that's exactly what I was thinking.
time to make a simple word doc and try it.
-
Holy cow, I got the same thing.
-
Now my browser does have a PDF viewer enabled in it, so the file opened in the browser, but I'm pretty sure it did download and open locally.
This definitely seems odd, but now that I think about it, makes some sense. Because you're not printing the whole browser window, or even a window within the browser, Word (in this case) needs some way to enforce printing format. Forcing it to a PDF and then requiring the user to use a local PDF view to do the printing does make sense...
Though i wonder if it would have been better to have the print job open in a new Window formatted as desired, ignoring actual window size, etc... and then launching the browser print option - though I'm guessing there it to much chance that printing would not have the correct formatting.
-
Very odd. Although I suppose this helps to highlight that if you go to print, you are exposing things. Printing isn't secure - not from the network side nor the paper side. If you are forced to download a PDF, I guess it would help to remind users that they are doing something inherently insecure.
But why would it do this rather than printing directly?