eliquid
Digital Strategist
- Joined
- Nov 26, 2014
- Messages
- 1,164
- Likes
- 2,429
- Degree
- 4
Thought this might be a good place to talk about privacy/security related stuff.
Stuff like Wordpress, Windows, Equifax breach, etc..
While my data was not in the breach, my data has came up on a few sites that got hacked back in the day like Vbulletin, Myspace, etc.
Since I run a SaaS and I have a family, I have been more and more concerned about privacy not only for myself, but my clients ( freelance, agency, & SERPWoo ).
I've been looking at tools and such for sharing data and files and lot of them seem cumbersome having to install a certain app that you also have to pay monthly for. That ,or the app is free but cumbersome, maybe it's no longer maintained or you can't view the source to ensure its solid.
I wanted something I could send my mom and she could easily use for free with apps she might already have. Like Dropbox or some other public file sharing site.
I mean, why can't something be extremely easy and simple with already existing tools almost anyone has or can get easily for free too? Something that isn't a vault but still secure to pass to other people on already existing platforms like Dropbox or Box.com or even Amazon S3? Even just plain email....
So I came up with something that seemed secure enough for me to use until I find something better.
https://www.dropbox.com/s/z768eskx8lznds6/privacy.zip?dl=0
The way it works in a nutshell is:
1. You place items in the "base" folder.
2. You click the .bat file
3. You enter in 3 passwords
4. An embedded copy of 7zip archives whatever is in the "base" folder 3 times, each archive has the passwords you put in
5. 7zip password files are AES 256 encrypted
6. You must know all 3 passwords to get the file(s) you encrypted
7. Anything in the "base" folder is deleted now ( the original file ), but even in the "recycle bin" the copy is encrypted too, so no chance of prying eyes.
8. You can know share what you encrypted on Dropbox or some other public file share with another person without much risk of having what you encrypted read by someone else.
9. The other person does not need 7zip. They can open the archive with WinRar or another unzip/zip tool.
10. I'm sure someone can find a flaw. There is a flaw in everything, even paid tools. At least this is free and simple enough my mom can use quickly without more/other software. That was the goal of this.. easy, simple, free.
If this works out, I'd like to make it a larger tool set for use by the masses publically. Right now, its just a "concept" without having to have a "vault" like other apps.
.
I should point out that in the batch file ( .bat )
Line 21 I have this setup as
If you uninstall this elsewhere on your system, you have to change that line. Users you send the file to will not have to do anything.
Next version I will put in code to detect/use without a direct folder path
Stuff like Wordpress, Windows, Equifax breach, etc..
While my data was not in the breach, my data has came up on a few sites that got hacked back in the day like Vbulletin, Myspace, etc.
Since I run a SaaS and I have a family, I have been more and more concerned about privacy not only for myself, but my clients ( freelance, agency, & SERPWoo ).
I've been looking at tools and such for sharing data and files and lot of them seem cumbersome having to install a certain app that you also have to pay monthly for. That ,or the app is free but cumbersome, maybe it's no longer maintained or you can't view the source to ensure its solid.
I wanted something I could send my mom and she could easily use for free with apps she might already have. Like Dropbox or some other public file sharing site.
I mean, why can't something be extremely easy and simple with already existing tools almost anyone has or can get easily for free too? Something that isn't a vault but still secure to pass to other people on already existing platforms like Dropbox or Box.com or even Amazon S3? Even just plain email....
So I came up with something that seemed secure enough for me to use until I find something better.
https://www.dropbox.com/s/z768eskx8lznds6/privacy.zip?dl=0
The way it works in a nutshell is:
1. You place items in the "base" folder.
2. You click the .bat file
3. You enter in 3 passwords
4. An embedded copy of 7zip archives whatever is in the "base" folder 3 times, each archive has the passwords you put in
5. 7zip password files are AES 256 encrypted
6. You must know all 3 passwords to get the file(s) you encrypted
7. Anything in the "base" folder is deleted now ( the original file ), but even in the "recycle bin" the copy is encrypted too, so no chance of prying eyes.
8. You can know share what you encrypted on Dropbox or some other public file share with another person without much risk of having what you encrypted read by someone else.
9. The other person does not need 7zip. They can open the archive with WinRar or another unzip/zip tool.
10. I'm sure someone can find a flaw. There is a flaw in everything, even paid tools. At least this is free and simple enough my mom can use quickly without more/other software. That was the goal of this.. easy, simple, free.
If this works out, I'd like to make it a larger tool set for use by the masses publically. Right now, its just a "concept" without having to have a "vault" like other apps.
.
I should point out that in the batch file ( .bat )
Line 21 I have this setup as
Code:
C:\Encrypt\
Next version I will put in code to detect/use without a direct folder path