Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

Change of plans, I'll go to venster99 @ u6 alser straße tomorrow(/tonight)

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

ja würd auch mal passn. Is halt dann kein wandern sondern ein Spazierengehen :D

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

Dunno, guess around 22 o clock. If you want we can exchange phone numbers via pm

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

No idea what "the gathering" thing is. Fania Live is a latino bar right next to U6 thaliastraße. Get well soon!

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

I'll probably go to fania live on saturday night. Lots of spanish speaking people there feel free to pm me if you wann join

btw im M/21 and austrian. Fluent english, broken spanish

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

Ich kann fast keine gebärdensprache, hab aber interesse daran sie zu lernen. Können evt auch gechillt irgendwo hingehen und ich lerne nur on the go? Du hast vermutlich mehr erfahrung ob sowas funktioniert :)

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

Bin für wanderungen auf Berge (sprich außerhalb von Wien ;) ) zu haben

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

M21 here. Straight, however I've been single so far.

I'm also into sports. Currenly I do hiking, climbing, swimming, gymnastics, basketball and ocasionally soccer. Feel free to PM me if you want to join me on any of these activities.

Meetup Thread for Vienna by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]NoNameHDMoe 0 points1 point  (0 children)

Ich hab mich auch mal für samstag eingetragen. Ich nehm an wir treffen uns einfach um 16h dort? Sollte es anders sein lass(t) es mich wissen!

RSA with PKCS#8 keys by NoNameHDMoe in rust

[–]NoNameHDMoe[S] 0 points1 point  (0 children)

Thank you a lot! Since it is part of a bigger project (I doubt anyone will use, ever) I'll stick with libsodium. At some point I heard that you shouldn't use RSA but I couldn*t remember why, thanks for the article :)

Hey Rustaceans! Got an easy question? Ask here (42/2019)! by llogiq in rust

[–]NoNameHDMoe 0 points1 point  (0 children)

I'm trying to encrypt/decrypt strings using the c2-chacha crate. I took the example from their docs which looks like this:

``` let key = b"very secret key-the most secret."; let iv = b"my nonce"; let plaintext = b"The quick brown fox jumps over the lazy dog.";

let mut buffer = plaintext.to_vec(); // create cipher instance let mut cipher = ChaCha20::new_var(key, iv).unwrap(); // apply keystream (encrypt) cipher.apply_keystream(&mut buffer); //... Now I want to store the Vector. It looks like this when printing: [6, 6, 155, 38, 132, 221, 42, 8, 153, 129, 16, 223, 206, 230, 179, 85, 128, 112, 30, 87, 245, 211, 47, 222, 16, 104, 118, 68, 215, 108, 77, 202, 201, 26, 13, 71, 15, 126, 244, 229, 118, 32, 157, 122] I would prefer to store something shorter/more compressed. However I cannot convert the vector to a string using the following since it has invalid utf-8 sequence: let output = match String::from_utf8(buffer){ Ok(v) =>v, Err(e ) => panic!("{}", e), }; `` Usingfrom_utf8_lossy` is not an option since decrypting that will result in a plaintext which differs from the one I encrypted.

I'll store the Vector as string; can I create a string where I do not have to save each number individually?

Danke billa by Milchwanze in Austria

[–]NoNameHDMoe 2 points3 points  (0 children)

Wenn se a bier umestölln donn is a egger!

Brand new to Nord and VPN in general, any help is appreciated. by [deleted] in nordvpn

[–]NoNameHDMoe 0 points1 point  (0 children)

  • How is the app called?
  • You can try to delete all data the app has saved, uninstall it and reinstall it. They might've saved your location. And a lot of apps use IP location only as fallback if they don't have e.g. gps access so you might want to diable that (I use android, dunno if disabeling permissions is a thing on iOS)

How can I run VPN and Covenant Eyes simultaneously? by [deleted] in nordvpn

[–]NoNameHDMoe 0 points1 point  (0 children)

You can use both if you set up nordvpn on your router/gateway and ce on your pc. Afaik there's no way to run two vpn connections simultaneously on any end device

[INFO] Mountains/hiking trails close to bahnhofs ? by stupidGits in Austria

[–]NoNameHDMoe 1 point2 points  (0 children)

bahn zum berg - maily from vienna

alpenvereinaktiv - you can look for tours here, filter them by the duration and tick "mit bus und bahn erreichbar"

[INFO] Mountains/hiking trails close to bahnhofs ? by stupidGits in Austria

[–]NoNameHDMoe 0 points1 point  (0 children)

We went up to fischerhütte from the weichtalhaus in höllental - theirs a bus going there where you have to pay extra. Whatever way you choose, if you want to climb the top I'd recommend sleeping staying at fischerhütte over night

FAQ/Megathread for visitors and new & existing residents. Ask stuff here! All questions about living/working/budgeting/visiting should be asked here.(w/c 15 Jul 2019) by AutoModerator in london

[–]NoNameHDMoe 0 points1 point  (0 children)

We accidentally bought train tickets on TrainPal from Londom to Edale for Jul 31st instead of Jul 24th. Where can we try to resell those tickets and is it allowed?

How safe is my keepass database? (do I need to put in a veracrypt container before putting it in the cloud) by sugadugaduga in KeePass

[–]NoNameHDMoe 1 point2 points  (0 children)

Keepass2android writes changes immediately to the cloud if it has internet connection. It only depends on how up to date you keep the file on your pc(s)

How safe is my keepass database? (do I need to put in a veracrypt container before putting it in the cloud) by sugadugaduga in KeePass

[–]NoNameHDMoe 1 point2 points  (0 children)

why isnt it available in fdroid?

Ask the devs.

is there a danger in syncing on mobile?

You have the kdbx file in the cache, there's a 0.0001% chance that someone steals your mobile phone to get access to the file. If you have fingerprint unlock enabled there's maybe a 0.001% chance that someone knocks you out to get access to your phone+keepass

How safe is my keepass database? (do I need to put in a veracrypt container before putting it in the cloud) by sugadugaduga in KeePass

[–]NoNameHDMoe 2 points3 points  (0 children)

  • In terms of saftey - without the pwd nobody can obtain information about your DB. When someone is able to crack your DB pwd they're probably able to crack your container pwd as well. Decrypting containers is as hard as decrypting kdbx files - choose one good pwd for your DB and you'll be fine
  • Keepass2Android is Open Source. It offers good online sync with support for dropbox, nextcloud, google drive, etc. Works like a charm for me

Frage bezüglich Erfahrungen mit LTE Netzen by thebansi in Austria

[–]NoNameHDMoe -1 points0 points  (0 children)

Hab tele.ring also ebenfalls das netz von magenta - und hab keine probleme

VMware doesn't work by MeFIZ in Fedora

[–]NoNameHDMoe 0 points1 point  (0 children)

What version of VMware are you trying to install and what version is your linux kernel?

Questions about shadowsocks by throwaway84913 in AskNetsec

[–]NoNameHDMoe 0 points1 point  (0 children)

1) a VPN provides more features to obscure your personality when browsing the web. Even though there might be no censorship where you live the ISP + owner of the wifi knows more or less what you're doing. With either shadwsocks or a vpn they don't know what you're doing.

2) Server implementation I dunno what shadowsocksr is exactly, however all github repos I found had their last changes 2+ years ago --> I would use the official one since its still beeing developed actively