[Bug 376997] Re: contrary to statement in the manual, bcrypt removes input file

James Page james.page at ubuntu.com
Mon Oct 23 11:40:17 UTC 2017


I'm not able to reproduce this bug and bcrypt, although in the archive,
is no longer considered secure:

# bcrypt testfile 
Encryption support disabled. See http://bugs.debian.org/700758

Marking Won't Fix.

** Bug watch added: Debian Bug tracker #700758
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700758

** Changed in: bcrypt (Ubuntu)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to bcrypt in Ubuntu.
https://bugs.launchpad.net/bugs/376997

Title:
  contrary to statement in the manual, bcrypt removes input file

Status in bcrypt package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: bcrypt

  Look at the following transcript. It demontrates the disastrous effect
  of using bcrypt -or. Neither the encrypted nor the original file are
  available afterwards.

  % echo dada >testfile
  % bcrypt testfile
  Encryption key:
  Again:

  % ll
  insgesamt 20
  drwxr-xr-x  2 harald harald  4096 2009-05-15 17:53 ./
  drwxrwxrwx 47 harald harald 12288 2009-05-14 21:25 ../
  -rw-r--r--  1 harald harald    78 2009-05-15 17:53 testfile.bfe

  % bcrypt -or testfile.bfe 
  Encryption key:
  dada

  % ll
  insgesamt 16
  drwxr-xr-x  2 harald harald  4096 2009-05-15 17:53 ./
  drwxrwxrwx 47 harald harald 12288 2009-05-14 21:25 ../

  The directory is emtpy, the file is gone.

  System info:

  % lsb_release -rd
  Description:	Ubuntu 8.10
  Release:	8.10

  bcrypt:
    Installed: 1.1-5
    Candidate: 1.1-5
    Version table:
   *** 1.1-5 0
          500 http://de.archive.ubuntu.com intrepid/universe Packages
          100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcrypt/+bug/376997/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list