Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment gpg (Score 4, Informative) 210

gpg, when you can.

To encrypt, but have the encrypted output be encoded as text (so can be put copy/paste into an email)
gpg --symmetric --cipher-algo AES256 --armor example.txt

(gpg will then ask for a passphrase, make it long, as random as possible, upper and lower case, a punctuation, and a number)

TO DECRYPT
gpg example.txt.gpg

Steve Gibson has a very cool Internet resource for helping people learn about password strength: https://www.grc.com/haystack.h...

Per the haystack page:

Example passphrase = search space size

64characters of hex = 4.13 x 10^99

63characters of hex, plus adding a punctuation symbol = 4.93 x 10^117

62characters of hex, plus adding a punctuation symbol, plus adding an upper case letter = 3.79 x 10^126

Submission + - The Empire Strikes Back Uncut (Fan Movie) (youtube.com)

kdataman writes: Live Action and Legos, MineCraft and Muppets, Pets and Produce. 480 fan-created 15-second clips have been assembled to remake the entire movie, scene for scene (but not always word for word). The variations swing from professional production values to cardboard cutouts, but they are all creative and many are hilarious. Hard to pick a favorite scene but the guys at MTV selected a few highlights: http://www.mtv.com/news/196080...

Submission + - Volvo Unveils Its 4-cylinder Engine Which Gives Out 450hp (gizmorati.com)

An anonymous reader writes: Unlike the regular turbocharged engines Volvo has come up with a new concept in engineering its engine. This new engine is on-par racing engine delivering almost the power same as that of V8s and other race track engines... Read more...

Submission + - Former NSA director had thousands personally invested in obscure tech firms (arstechnica.com)

An anonymous reader writes: New financial disclosure documents released this month by the National Security Agency (NSA) show that Keith Alexander, who served as its director from August 2005 until March 2014, had thousands of dollars of investments during his tenure in a handful of technology firms.

Each year disclosed has a checked box next to this statement: "Reported financial interests or affiliations are unrelated to assigned or prospective duties, and no conflicts appear to exist."

Submission + - Core Secrets: NSA Saboteurs in China and Germany (firstlook.org)

Advocatus Diaboli writes: The National Security Agency has had agents in China, Germany, and South Korea working on programs that use “physical subversion” to infiltrate and compromise networks and devices, according to documents obtained by The Intercept. The documents, leaked by NSA whistleblower Edward Snowden, also indicate that the agency has used “under cover” operatives to gain access to sensitive data and systems in the global communications industry, and that these secret agents may have even dealt with American firms. The documents describe a range of clandestine field activities that are among the agency’s “core secrets” when it comes to computer network attacks, details of which are apparently shared with only a small number of officials outside the NSA.

Submission + - Flash IDE will integrate with open source, cross-platform Haxe/OpenFL platform

lars_doucet writes: Flash CC now has an SDK for creating custom project file formats; this lets you use the Flash IDE to prepare and publish content for (not-the-flash-player) compile targets.

Among these new platforms is OpenFL, a fully open-source re-implementation of the Flash API that exports to Javascript and C++ (no Flash Player!), among other targets:
http://www.openfl.org/blog/201...

When Adobe demoed the custom project feature at Adobe MAX the other night, they brought out Joshua Granick (lead maintainer of OpenFL) to show off a custom OpenFL project format that lets you make Flash Art in Flash CC, then compile it out to Flash, HTML5, and native C++ (desktop+mobile) targets.

Maybe Adobe heard us after all?

Submission + - WASP-43b: Weather map for a planet 260 light years away

kfogel writes: Exoplanet research has gotten sophisticated enough to do a temperature map of a planet that's 260 light years away! Color me impressed. This video explains the new results: https://www.youtube.com/watch?.... See also the full news release at http://hubblesite.org/newscent... (and for details, see the Related Links at http://hubblesite.org/newscent...).

Submission + - DOJ it's OK for DEA to impersonate woman on Facebook (buzzfeed.com)

An anonymous reader writes: An overlooked Justice Department court filing explains that a federal agent had the right to commandeer a woman's identity, set up a fake Facebook account using her details and even post provocative photographs of her found on a seized phone.

Buzzfeed reports that a Drug Enforcement Administration agent stole the identity of Sondra Arquiett, who then went by the name Sondra Prince, back in 2010...

http://gizmodo.com/doj-it-was-...

Submission + - Encryption and the Right to Privacy

mindofmaroeste writes: After Apple and Google's announcements of strengthened encryption on their devices, Law enforcement has made a series of statements complaining that the changes hinder the ability for them to do their jobs. Arguments range from the implication that only criminals encrypt their data, to "think of the children", and of course the ubiquitous ticking time bomb scenario. I contend that encryption is part of the basic right to privacy and is necessary to protect the individuals from unauthorized access to personal data by anyone, criminal or law enforcement. Providing back doors or "master keys" erodes the protections provided by the fourth amendment and opens many doors for abuse.

Submission + - Mobile phone use soon to be allowed on European flights

jchevali writes: The BBC reports that mobile phone use on European flights is soon to be allowed. This follows official safety agency findings that their use on the aircraft really poses no risk. Details on the implementation and the timeline for changes will depend on each individual airline.

Submission + - Breakthrough in LED Construction Increases Efficiency by 57 Percent (gizmag.com)

Zothecula writes: With LEDs being the preferred long-lasting, low-energy method for replacing less efficient forms of lighting, their uptake has dramatically increased over the past few years. However, despite their luminous outputs having increased steadily over that time, they still fall behind more conventional forms of lighting in terms of brightness. Researchers at Princeton University claim to have come up with a way to change all that by using nanotechnology to increase the output of organic LEDs by 57 percent.

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...