Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Source: Chrome not asking to save or saving passwords? – Google Product Forums
Posted by jpluimers on 2015/11/21
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Source: Chrome not asking to save or saving passwords? – Google Product Forums
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/11/21
Not without reason there is a FAQ: How do I move my chat history over to my new Android phone?
Since Helium didn’t restore the WhatsApp settings and Android File Transfer refused to paste large files to the new Android phone, this is what I did
–jeroen
Posted in Android Devices, Power User, WhatsApp for Android | Leave a Comment »
Posted by jpluimers on 2015/11/21
Posted in Google, GoogleContacts, Power User | Leave a Comment »
Posted by jpluimers on 2015/11/21
If you’ve migrated to a different Android device, and you need to move your Google Authenticator to the new piece of hardware, Jack Wallen will show you how.
Source: Move Google Authenticator from one Android device to another – TechRepublic
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/11/21
After years of betas there is finally a Release version: 7-Zip 15.12 (2015-11-19).
Source: Download
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/11/20
Message from package aaa_base: sysconfig settings for cleaning up temporary directories are no longer supported. Some of the features are provided by systemd's tmpfile mechanism instead. Please refer to 'man tmpfiles.d' for more information. Here are the old settings for reference: MAX_DAYS_IN_TMP=0 MAX_DAYS_IN_LONG_TMP=0 OWNER_TO_KEEP_IN_TMP=root
–jeroen
Posted in *nix, Linux, openSuSE, Power User, SuSE Linux | Leave a Comment »
Posted by jpluimers on 2015/11/20
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/11/20
StartSSL does in fact offer free SSL certs for subdomains, though they are Class 1 certificates.
It works: just start the process for the domain, then when you get to the step for entering a subdomain, enter any one (of course www works, but you can do the process multiple times so register certificates for multiple subdomains).
–jeroen
via: tls – Free second-level domain SSL certificate – Information Security Stack Exchange
Posted in *nix, *nix-tools, Apache2, https, Power User, Security | Leave a Comment »
Posted by jpluimers on 2015/11/20
Posted in Excel, Office, Office 2007, Office 2010, Office 2013, Power User | Leave a Comment »
Posted by jpluimers on 2015/11/19
Interesting: a few quotes below, read How is NSA breaking so much crypto? and the full paper Imperfect Forward Secrecy: How Diffie-Hellman Fails in Practice for details.
The key is, somewhat ironically, Diffie-Hellman key exchange, an algorithm that we and many others have advocated as a defense against mass surveillance. Diffie-Hellman is a cornerstone of modern cryptography used for VPNs, HTTPS websites, email, and many other protocols. Our paper shows that, through a confluence of number theory and bad implementation choices, many real-world users of Diffie-Hellman are likely vulnerable to state-level attackers.
.. there was a very important detail that got lost in translation between the mathematicians and the practitioners: an adversary can perform a single enormous computation to “crack” a particular prime, then easily break any individual connection that uses that prime.
How enormous a computation, you ask? … For the most common strength of Diffie-Hellman (1024 bits), it would cost a few hundred million dollars to build a machine, based on special purpose hardware, that would be able to crack one Diffie-Hellman prime every year.
Would this be worth it for an intelligence agency? Since a handful of primes are so widely reused, the payoff, in terms of connections they could decrypt, would be enormous. Breaking a single, common 1024-bit prime would allow NSA to passively decrypt connections to two-thirds of VPNs and a quarter of all SSH servers globally. Breaking a second 1024-bit prime would allow passive eavesdropping on connections to nearly 20% of the top million HTTPS websites. In other words, a one-time investment in massive computation would make it possible to eavesdrop on trillions of encrypted connections.
NSA could afford such an investment. The 2013 “black budget” request … shows that the agency’s budget is on the order of $10 billion a year, with over $1 billion dedicated to computer network exploitation, and several subprograms in the hundreds of millions a year.
… However, our proposed Diffie-Hellman break fits the known technical details about their large-scale decryption capabilities better than any competing explanation. For instance, the Snowden documents show that NSA’s VPN decryption infrastructure involves intercepting encrypted connections and passing certain data to supercomputers, which return the key. The design of the system goes to great lengths to collect particular data that would be necessary for an attack on Diffie-Hellman but not for alternative explanations, like a break in AES or other symmetric crypto.
Since weak use of Diffie-Hellman is widespread in standards and implementations, it will be many years before the problems go away, even given existing security recommendations and our new findings. In the meantime, other large governments potentially can implement similar attacks, if they haven’t already.
Our findings illuminate the tension between NSA’s two missions, gathering intelligence and defending U.S. computer security. If our hypothesis is correct, the agency has been vigorously exploiting weak Diffie-Hellman, while taking only small steps to help fix the problem. On the defensive side, NSA has recommended that implementors should transition to elliptic curve cryptography, which isn’t known to suffer from this loophole, but such recommendations tend to go unheeded absent explicit justifications or demonstrations. This problem is compounded because the security community is hesitant to take NSA recommendations at face value, following apparent efforts to backdoor cryptographic standards.
–jeroen
via:
Posted in Algorithms, Development, Encryption, Power User, Security, Software Development | Leave a Comment »