[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/cyber/ - Cyberpunk & Science Fiction

A board dedicated to all things cyberpunk (and all other futuristic science fiction)
Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Flag
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov, swf, pdf
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload5 per post.


“Your existence is a momentary lapse of reason.”

File: 9a9968c09af3f14⋯.jpg (1.46 MB,1840x3264,115:204,1508012222236.jpg)

 No.57361

Hello /cyber/.

I've been pretty paranoid about my passwords lately. I'm not good with memorizing things like phone numbers and passwords, so I have to write them down somewhere (specially the ones I don't use very often).

I came up with a simple bash script to save passwords and encrypt them (RSA with AES256). I'm storing them on a pen-drive and keeping a backup of the passwords and the RSA key on my computer on a AES encrypted archive.

I feel pretty secure with this and I feel I could store other sensible information this way.

How do you chummers store your passwords and other sensible data?

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57362

I use a program i shouldn't be using, instead i should write them down.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57363

>>57362

Aren't you afraid someone could find the writings and fuck you up?

I used to write passwords and accounts on the walls of my room zuz.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57365

>>57361

Bit warden is pretty good

It's open source too

https://bitwarden.com/

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57371

>>57363

Not really, not like i'd go into too much detail

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57373

>>57365

It looks ok but I'd rather keep my passwords offline.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57407

I should probably store my passwords on a flash drive but I don't really know how to encrypt it.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57412

>>57407

>I should probably store my passwords on a flash drive but I don't really know how to encrypt it.

Well, an encrypted flash drive by itself isn't ideal because what if you need to access passwords on a computer that doesn't have software?

I use a tails drive + the persistance feature (which is LUKS encrypted) to hold backup copies of my important information and passwords.

Just encrypting a thumb drive is easy though.

>cryptsetup luksFormat /dev/sdXN

>cryptsetup luksOpen /dev/sdXN encthumb

>mkfs.ext4 -L "My ENcrypted Drive" /dev/mapper/encthumb

After, most linux distributions will prompt you for the password when you plug it in an automount, but you could use

>cryptsetup luksOpen /dev/sdXY encthumb

>mount /dev/mapper/sdXY /mnt

to manually mount it.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57448

>>57361

for the record, you shouldn't do any of this manually

>>57365

full disclosure i use bitwarden too but i probably shouldn't

use keepassxc

https://keepassxc.org/

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57460

>>57448

>you shouldn't do any of this manually

>use keepassxc

>0 reasons

Justify your claims, man.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57461

>>57460

it's common sense, encryption implemented manually by one person is much more likely to have mistakes, for example forgetting to securely delete the plaintext version

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57468

>>57461

Just don't be dumb and use trusted methods.

It's not rocket science or something.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57477

>>57468

You won't encrypt by hand. To some degree you must use a program. Its not "better" to encrypt/decrypt a single file manually than it is to use an automated process - which you can custom script anyway if you are doing manually.

I use pass . it has gpg and git integration. Its written in shell, and uses the filesystem as a database. It even supports two factor auth. Best of all, you can manually decrypt plain text files if you need to.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57531

I use Open Puff to hide them inside of an image.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57634

>>57468

Trusted by hackers? Wtf is wrong with you? “Just don’t be dumb”

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57637

Write the passwords on a paper but shift the characters by a value. For password will become ordpassw, you'll just have to remember the shifting number.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57639

To take you seriously with that photo Neo

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57648

>>57373

Exactly.

Just use pen and paper. It's fine.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.57687

File: 6398664371f8442⋯.gif (1.76 MB,480x270,16:9,fuckit.gif)

>>57634

what the fuck are you talking about fucker?

do you make your own encryption algorithms? fuck you

>>57477

jesus dude

I literally said in the OP that I wrote a script to deal with encrypting and saving the passwords

fucking brainlets

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]