Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment It's gotta be multi-platform (Score 1) 1007

I use a text file that I keep on a USB stick, copy lots of places and encrypt/de-crypt with OpenSSL. It's native to so many systems, and can pretty easily be installed on anything that it isn't.

(First switch to borne shell or something else that doesn't keep a command history, dummy!)

openssl des -k yeahUwish < passwords.txt > passwords.txt.des
 
openssl des -d -k yeahUwish < passwords.txt.des

You can even kick the security up a notch.:

openssl des -k `md5 -s yeahUwish` < passwords.txt > passwords.txt.des
 
openssl des -d -k `md5 -s yeahUwish` < passwords.txt.des

Let the reactionary flaming begin!

-CR

Earth

Captain Bligh's Logbooks To Yield Climate Bounty 232

Pickens writes "The BBC reports that researchers are digitizing the captains' logs from the voyages of Charles Darwin on HMS Beagle, Captain Cook from HMS Discovery, Captain Bligh from The Bounty, and 300 other 18th and 19th century ships' logbooks to provide historical climate records for modern-day climate researchers who will use the meteorological data to build up a picture of weather patterns in the world at the beginning of the industrial era. The researchers are cross-referencing the data with historical records for crop failures, droughts and storms and will compare it with data for the modern era in order to predict similar events in the future. 'The observations from the logbooks on wind force and weather are astonishingly good and often better than modern logbooks,' says Climatologist Dr. Dennis Wheeler from the University of Sunderland. 'Of course the sailors had to be conscientious. The thought that you could hit a reef was a great incentive to get your observations absolutely right!' The logbooks will be online next year at the UK's National Archives."
Security

Null-Prefix SSL Certificate For PayPal Released 351

An anonymous reader writes "Nine weeks after Moxie Marlinspike presented at Defcon 17, null-prefix certificates that exploit the SSL certificate vulnerability are beginning to appear. Yesterday, someone posted a null-prefix certificate for www.paypal.com on the full-disclosure mailing list. In conjunction with sslsniff, this certificate can be used to intercept communication to PayPal from all clients using the Windows Crypto API, for which a patch is still not available. This includes IE, Chrome, and Safari on Windows. What's worse, because of the OCSP attack that Moxie also presented at Defcon, this certificate cannot be revoked." Update: 10/06 23:19 GMT by KD: Now it seems that PayPal has suspended Marlinspike's account.
Patents

Eolas To Sue Apple, Google, and 21 Others 252

vinodis and several other readers sent along the news that Eolas is suing 23 companies including Apple and Google for patent infringement. The company won $585M from Microsoft in a drawn-out, 9-year battle that the companies settled in 2007; in the course of it the USPTO upheld the "906" patent several times. Now, Eolas is also in possession of a newly-issued patent that they claim covers the use of any browser plugin with AJAX. Let's see how far this lawsuit gets before the Supreme Court plays its wildcard in the Bilski case, which we have been discussing for a while now.
Science

New Graphical Representation of the Periodic Table 140

KentuckyFC writes "The great power of Mendeleev's periodic table was that it allowed him to predict the properties of undiscovered elements. But can this arrangement be improved? Two new envisionings of the periodic table attempt to do just that. The first uses a new graphical representation that shows the relative sizes of atoms as well as their groups and periods. The other uses the same kind of group theoretical approach that particle physicists developed to classify particles by their symmetries (abstract). That helped particle physicists predict the existence of new particles, but may have limited utility for chemists who seem to have discovered (or predicted) all of the elements they need already."
GNU is Not Unix

London Stock Exchange Rejects .NET For Open Source 498

ChiefMonkeyGrinder writes "This summer, the London Stock Exchange decided to move away from its Microsoft .Net-based trading platform, TradElect. Instead, they'll be using the GNU/Linux-based MillenniumIT system. The switch is a pretty savage indictment of the costs of a complex .Net system. The GNU/Linux-based software is also faster, and offers several other major benefits. The details provide some fascinating insights into the world of very high performance — and very expensive — enterprise systems. ... [R]ather than being just any old deal that Microsoft happened to lose, this really is something of a total rout, and in an extremely demanding and high-profile sector. Enterprise wins for GNU/Linux don't come much better than this."

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...