Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #37200
| Subject | Re: Short name for USB |
|---|---|
| Newsgroups | comp.os.linux.misc |
| References | (7 earlier) <kqmdnZ3JF7wzPWz-nZ2dnZfqn_SdnZ2d@earthlink.com> <tst2j9$cgst$5@dont-email.me> <KPicnSWRjMVLb2_-nZ2dnZfqn_udnZ2d@earthlink.com> <gCOIL.91818$eRZ7.52351@fx06.iad> <tt0h72$rgfu$2@dont-email.me> |
| From | "25B.E866" <25B.E866@noaaba.net> |
| Organization | protonic seahorse |
| Date | 2023-02-20 23:57 -0500 |
| Message-ID | <Cf6cnYSh6OCu0mn-nZ2dnZfqnPSdnZ2d@earthlink.com> (permalink) |
On 2/20/23 2:21 PM, The Natural Philosopher wrote: > On 20/02/2023 18:03, Charlie Gibbs wrote: >> the Cloud is great for distribution. >> I just won't use it for storage. > > Not THE cloud, but MY cloud is fine. THE Cloud is just fine for storage - BUT - always always ALWAYS pre-encrypt anything you're gonna put up there. Forget their promises of "security" and "privacy" and "We encrypt it for you !". It's easy to leverage/script/pgm CL openSSL on -ix or Winders. Drastically quicker than PGP/GPG too, esp for lotsa small files. Compose yer CL and "System()" it in whatever lang you use. Looks like : openssl aes-256-cbc -in "MyFile.txt" -out "MyFile.txt.enc" -pass pass:"ThePW" and it's advised to put all filenames/PWs in quotes. Also note that it doesn't LIKE all possible filenames, esp with Winders odd characters in them that have no -ix validity, so you may wanna encrypt to a safe tempfile name, encrypt it, then move the tempfile to the dest and finally re-name it ... works reliably that way. If you wanna pre-zip then pre-zip to a /tmp/TFile.zip and THEN encrypt THAT (encrypted files don't zip since they are essentially "binary white noise" afterwards). The Winders CL is ALMOST the same. Anyway, that's the basic pattern. There are other params you can add in there to achieve some "special effects". AES-128-CBC and AES-192-CBC are still very secure and run a little bit faster. Camellia-256-cbc is pretty good too. "openssl help" will list all ciphers included in YOUR version of the utility - but I'd advise sticking to AES or Camellia. Experiment - for YOUR files one or another variant will be faster and you'll have to decide on the speed/security level. Only "-cbc" symmetrical algos work to simply encrypt plain-jane files ... there are other options for public/private keys that probably not what you want for just storing stuff to The Cloud since there's only YOU, not some active client involved. It's also possible to "echo" files INTO openssl but that's really only for ascii text files. If you wanna preserve basic file attributes Python3 has some library routines for xfering those to the final destination file. Not ALL though - Winders "security" metadata is just STUPID complicated. NEVER even got their recommended 'C' utils to do it properly. For backups intended for emergency restoration you can usually skip the more nuanced metadata.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Short name for USB db <dieterhansbritz@gmail.com> - 2023-02-09 11:28 +0100
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-09 11:55 +0100
Re: Short name for USB db <dieterhansbritz@gmail.com> - 2023-02-09 16:39 +0100
Re: Short name for USB Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2023-02-09 16:12 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-09 17:48 +0000
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-09 18:54 +0100
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-09 19:05 +0100
Re: Short name for USB "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2023-02-09 13:14 -0500
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-09 19:21 +0100
Re: Short name for USB "26C.Z968" <26C.Z968@noaada.net> - 2023-02-09 21:53 -0500
Re: Short name for USB "26C.Z968" <26C.Z968@noaada.net> - 2023-02-09 21:40 -0500
Re: Short name for USB pH <wNOSPAMp@gmail.org> - 2023-02-10 20:41 +0000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-10 22:48 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-11 08:22 +0000
Re: Short name for USB marrgol <marrgol@address.invalid> - 2023-02-11 10:41 +0100
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-11 11:29 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-11 11:22 +0000
Re: Short name for USB db <dieterhansbritz@gmail.com> - 2023-02-20 16:41 +0100
Re: Short name for USB Gerald Gruner <gerald314@yahoo.de> - 2023-02-11 16:33 +0100
Re: Short name for USB "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2023-02-11 10:59 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-11 16:52 +0000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-11 19:06 +0100
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-14 00:53 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-14 12:46 +0100
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-14 10:06 -0500
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-14 16:29 +0100
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-15 01:05 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-15 12:27 +0100
Re: Short name for USB Rich <rich@example.invalid> - 2023-02-14 14:07 +0000
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-14 10:10 -0500
Re: Short name for USB Rich <rich@example.invalid> - 2023-02-14 15:51 +0000
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-15 00:57 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-15 12:29 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-15 12:07 +0000
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-16 01:38 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-16 10:24 +0000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-16 12:39 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-16 18:44 +0000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 00:29 -0500
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-19 09:23 +1000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-19 11:41 +0000
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-20 08:41 +1000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-19 12:53 +0100
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-20 08:46 +1000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-20 02:55 +0100
Re: Short name for USB Computer Nerd Kev <not@telling.you.invalid> - 2023-02-20 12:07 +1000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-19 23:30 -0500
Re: Short name for USB Computer Nerd Kev <not@telling.you.invalid> - 2023-02-20 17:01 +1000
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 11:37 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 11:15 +0000
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-23 12:01 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-24 13:06 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 10:43 +0000
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 12:38 +0100
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-21 06:02 +1000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-21 11:12 +0000
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-22 07:43 +1000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-22 13:37 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 10:35 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 10:26 +0000
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 11:44 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 11:26 +0000
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 12:41 +0100
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 00:25 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-18 10:04 +0000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-17 23:52 -0500
Re: Short name for USB "25B.R867" <25B.R867@noaaada.net> - 2023-02-16 01:36 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-16 12:45 +0100
Re: Short name for USB Jim Jackson <jj@franjam.org.uk> - 2023-02-16 18:11 +0000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 01:04 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-18 12:37 +0100
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 23:11 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-19 13:03 +0100
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 00:56 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-18 12:40 +0100
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-19 21:28 -0500
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 11:28 +0100
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-21 00:21 -0500
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-21 12:52 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-15 07:34 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-15 08:13 +0000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 01:39 -0500
Re: Short name for USB not@telling.you.invalid (Computer Nerd Kev) - 2023-02-12 08:01 +1000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 01:50 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-18 10:11 +0000
Re: Short name for USB "25B.R866" <25B.R866@noaaba.net> - 2023-02-18 23:08 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-19 11:53 +0000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-19 23:11 -0500
Re: Short name for USB "Carlos E. R." <robin_listas@es.invalid> - 2023-02-20 11:31 +0100
Re: Short name for USB Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-20 18:03 +0000
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 19:21 +0000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-20 23:57 -0500
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-21 00:27 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-21 11:16 +0000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-22 01:23 -0500
Re: Short name for USB "Carlos E.R." <robin_listas@es.invalid> - 2023-02-19 13:04 +0100
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-19 14:11 +0000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-19 23:18 -0500
Re: Short name for USB The Natural Philosopher <tnp@invalid.invalid> - 2023-02-20 10:46 +0000
Re: Short name for USB "25B.E866" <25B.E866@noaaba.net> - 2023-02-20 22:15 -0500
csiph-web