Slashdot Mirror


User: emil

emil's activity in the archive.

Stories
0
Comments
1,370
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,370

  1. ...and has been explained to me by coworkers from these regions, there is now a period of reverse-discrimination in India.

    University admission seats are now reserved in quantity for lower castes who were previously unable to obtain an education, as are jobs upon graduation. This leaves fewer options for members of the upper castes of moderate means, leading to their desire to leave the country.

    India's academic ratings are not representative of the people who come to our shores for this reason.

  2. Verizon Wireless should merit special attention. on EFF Asks FTC To Demand 'Truth In Labeling' For DRM (techdirt.com) · · Score: 3, Interesting

    Verizon is notorious for locking phones on their network, preventing updates and general intransigence in the face of crumbling Android security.

    The FTC should make an example of Verizon - key escrow that opens for any phone that reaches six months without a security patch.

    Verizon has demonstrated that control is more important than security. The public should demonstrate, through the regulatory actions of the FTC, that security is more important than profits.

  3. Easier to outlaw the practice.

  4. Re: The iPhone 3 still gets support? on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 1

    To reiterate, when a vendor abandons support for a critical communications device, all unlock codes should be divulged by legal requirement. That solves the problem for everybody.

  5. So we should just learn to like neighborhood gunfire, and police need no help from us. 911 services are irrelevant and should be decommissioned.

  6. Re: The iPhone 3 still gets support? on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 1

    There were over a hundred WebKit security updates last year. How many made it to the iPhone 3? https://blogs.gnome.org/mcatan...

  7. Re: The iPhone 3 still gets support? on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 1

    Let me know when you get your microwave patched to dial 911. I hope that works out for you.

  8. Re: Then UNLOCK OUR BOOTLOADERS! on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 1

    Everything on Verizon is locked AFAIK.

  9. Within the last year I have placed two critical 911 calls. I also have family members who have had heart bypass surgery. Phones can be critical, sycophantic beratement aside.

  10. I have NEVER seen a Motorola phone for Verizon that is unlocked. I started using them after the Google buyout. The unlock website refuses to alter them. Yes, a class action would also be great!

  11. The iPhone 3 still gets support? on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 3, Insightful

    According to wikipedia, Apple took this phone out behind the woodshed in 2012.

    Any phone vendor who cuts support for a model should be REQUIRED to open the platform for 3rd-party maintenance. A phone is not a general purpose computer, and there should be special rules for it.

  12. Then UNLOCK OUR BOOTLOADERS! on Motorola Confirms That It Will Not Commit To Monthly Security Patches (arstechnica.com) · · Score: 5, Insightful

    No exceptions. A phone is a critical communications device, and if the OEM won't supply critical upgrades, then they must allow others to do so.

    DMCA exceptions should be established, and vendors should not be allowed to sell phones within the U.S. without providing all required unlock keys into an escrow. Upon 6 months of patch inactivity, the keys go public.

  13. Re: I fear a big fiasco on Auto Industry Publishes Its First Set of Cybersecurity Best Practices (securityledger.com) · · Score: 2

    ...even if the main database servers are down with a bad case of cryptolocker? ...and the backups have been quietly copying from/to /dev/null for the last three months?

  14. ...and Toyota settled with utmost haste after they were found guilty. http://www.safetyresearch.net/... Software like this CANNOT be connected to larger networks safely.

  15. ...are not voice calls or text messages: it's search, and it shows.

    Where is ublock for Chrome on Android? That says all you need to know about Google's intentions on mobile.

  16. Re:Opera Mini's deceptive security on Chinese Consortium's $1.24B Bid To Acquire Opera Software Fails, $600M Deal Agreed Instead (tech.eu) · · Score: 1

    That doesn't bother you?

    I was actually testing several dozen Android browsers for a project. No, I'd never use a browser engaging in this (Amazon).

  17. Opera Mini's deceptive security on Chinese Consortium's $1.24B Bid To Acquire Opera Software Fails, $600M Deal Agreed Instead (tech.eu) · · Score: 2

    I loaded Opera Mini on a Jellybean device, and tested it against the best-known SSL/TLS Scanner.

    Initial tests passed with flying colors, and indicated that I was using the "Presto" rendering engine, which routes traffic through Opera's server farm for compression.

    However, after I reduced the "data savings" parameter in settings from "extreme" to "high," Opera Mini then FAILS with flying colors, because it's using the Jellybean Webkit directly (that lacks TLS1.2, bundles bad ciphers, etc.).

    This is deceptive. Don't install this product.

  18. This is NOT an open-source database. on First Open Source-Based Database Completes U.S. Security Review · · Score: 3, Informative

    EnterpriseDB bundles a PL/SQL implementation that is advertised as compatible with Oracle's procedural SQL language (similar to ADA). This component is NOT open-source.

    http://www.enterprisedb.com/compatibility-explained

    IBM bundles the same PL/SQL emulation code in DB2.

  19. And by scary... on Russia Is Building a Nuclear Space Bomber (thedailybeast.com) · · Score: 1

    ...you mean that we likely already have one.

    http://www.space.com/30245-x37b-military-space-plane-100-days.html

  20. previously-shared keys on UK Gov Says New Home Sec Will Have Powers To Ban End-to-end Encryption (theregister.co.uk) · · Score: 1

    If I sent you my RSA public.key file several months ago, then you could use it to do this:

    #!/bin/sh

    #build a session key
    openssl rand -base64 48 -out /tmp/skey

    #encrypt the session key with RSA
    openssl rsautl -encrypt -pubin -inkey public.key -in /tmp/skey | openssl base64 echo +++

    #encrypt files with AES
    for f
    do openssl enc -aes-128-cbc -salt -a -e -pass "file:/tmp/skey" -in "${f}"; echo +++:
    done

    Mail me the output, and I'll get the original cleartext back. No key exchange.

  21. Strip-searched for a broken tail light on Congress Is Trying To Expand The Patriot Act (rare.us) · · Score: 4, Informative

    My local paper recently ran an article on these abuses.

    “We the Prisoners”: The Demise of the Fourth Amendment

  22. Re:chroot /var/empty; suid nobody on Antivirus Software Is 'Increasingly Useless' and May Make Your Computer Less Safe (www.cbc.ca) · · Score: 1

    Well, of course, Microsoft could never use a sandbox in production code for the Windows desktop, because ease-of-use and compatibility would be compromised. Sandboxes are just for servers.

  23. chroot /var/empty; suid nobody on Antivirus Software Is 'Increasingly Useless' and May Make Your Computer Less Safe (www.cbc.ca) · · Score: 3, Interesting

    Privilege separation and sandboxing are well-tested mitigation techniques that allow OpenBSD to assert "Only two remote holes in the default install, in a heck of a long time!" - this security record is far, far superior to the Windows OS and the virus scanners that run atop it.

    What Microsoft still fails to grasp, even after Gates' force majeur with the XP-SP2 security redesign, is that all applications should default to a strong sandbox. When a developer pushes code outside the sandbox, it should trigger more aggressive audits prior to listing in the Windows store, and user warnings of increasing severity upon installation.

    The pertinent question for developers and administrators, especially with regards to network-facing services, is "how strong can we build the cage, and how little can we let out?" Until OS-designers build from this focus, the security tsunami will continue.

  24. Chinese Alpha? on Oracle Ordered To Pay $3B Damages To HP (bbc.com) · · Score: 1

    The recent "Subway" supercomputer cluster is supposedly based on an Alpha 21164 design. https://en.m.wikipedia.org/wik...

  25. Use shred -n 7 /dev/sda - dd is hardly sufficient, especially if my finances are involved.

    NAME shred - overwrite a file to hide its contents, and optionally delete it
    SYNOPSIS shred [OPTION]... FILE...
    DESCRIPTION
    Overwrite the specified FILE(s) repeatedly, in order to make it harder
    for even very expensive hardware probing to recover the data.
    Mandatory arguments to long options are mandatory for short options
    too.
    -f, --force change permissions to allow writing if necessary
    -n, --iterations=N overwrite N times instead of the default (3)
    --random-source=FILE get random bytes from FILE
    -s, --size=N
    shred this many bytes (suffixes like K, M, G accepted)
    -u, --remove[=HOW]
    truncate and remove file after overwriting; See below
    -v, --verbose
    show progress
    -x, --exact
    do not round file sizes up to the next full block;
    this is the default for non-regular files
    -z, --zero
    add a final overwrite with zeros to hide shredding
    --help display this help and exit
    --version
    output version information and exit
    If FILE is -, shred standard output.
    Delete FILE(s) if --remove (-u) is specified. The default is not to
    remove the files because it is common to operate on device files like
    /dev/hda, and those files usually should not be removed. The optional
    HOW parameter indicates how to remove a directory entry: 'unlink' =>
    use a standard unlink call. 'wipe' => also first obfuscate bytes in
    the name. 'wipesync' => also sync each obfuscated byte to disk. The
    default mode is 'wipesync', but note it can be expensive.
    CAUTION: Note that shred relies on a very important assumption: that
    the file system overwrites data in place. This is the traditional way
    to do things, but many modern file system designs do not satisfy this
    assumption. The following are examples of file systems on which shred
    is not effective, or is not guaranteed to be effective in all file sys
    tem modes:
    * log-structured or journaled file systems, such as those supplied with
    AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)
    * file systems that write redundant data and carry on even if some
    writes fail, such as RAID-based file systems
    * file systems that make snapshots, such as Network Appliance's NFS
    server
    * file systems that cache in temporary locations, such as NFS version 3
    clients
    * compressed file systems
    In the case of ext3 file systems, the above disclaimer applies (and
    shred is thus of limited effectiveness) only in data=journal mode,
    which journals file data in addition to just metadata. In both the
    data=ordered (default) and data=writeback modes, shred works as usual.
    Ext3 journaling modes can be changed by adding the data=something
    option to the mount options for a particular file system in the
    /etc/fstab file, as documented in the mount man page (man mount).
    In addition, file system backups and remote mirrors may contain copies
    of the file that cannot be removed, and that will allow a shredded file
    to be recovered later.
    GNU coreutils online help:
    Report shred translation bugs to
    Packaged by Cygwin (8.23-4) Copyright © 2014 Free Software Foundation,
    Inc. License GPLv3+: GNU GPL version 3 or later
    . This is free software: you are
    free to change and redistribute it. There is NO WARRANTY, to the
    extent permitted by law.
    AUTHOR Written by Colin Plumb.