Giter VIP home page Giter VIP logo

ciphershed's Introduction

CipherShed

Cross-platform on-the-fly encryption software.

For more information, please see our website at https://ciphershed.org.

Technical information, including how to contribute and how to build, is available on our wiki.

Please use our issue tracker for bug reports.

ciphershed's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ciphershed's Issues

gcc5.x -> cpp11 ABI -> Invalid characters encountered

Hi!

If CipherShed is built on systems with gcc5.x, e.g. in my case Ubuntu 15.10, containers cannot be opened with the error message "Invalid characters encountered".

The Problem can be solved by building CipherShed with -D_GLIBCXX_USE_CXX11_ABI=0 and statically linking with wxwidgets.

In the makefile:
C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto -D_GLIBCXX_USE_CXX11_ABI=0
.
.
.
WXCONFIG_CXXFLAGS : = -D_GLIBCXX_USE_CXX11_ABI=0

I ran into a cyclic dependency issue which had to be resolved with a linking group:
export LFLAGS := -Wl,--start-group -lX11 -Wl,--end-group

Tagging the TrueCrypt Sources

If it's alright with everyone, I'd like to tag the current code as the unmodified TrueCrypt 7.1a source, per @rockihack's suggestion, before we make any modifications at all to the code itself. Going forward, we'll tag our own releases as they come.

Volumes mounted by TrueCrypt are visible/accessible to other users

On Mac OS X, when I mount a TrueCrypt volume from a file container while logged in as user A, I can then switch to another user B and view the mounted volume's content (e.g. in the Finder, or in a Terminal.app session). I believe this is a bug, as the content of the TrueCrypt volume should remain private to the user who mounted it. I don't know enough about the underlying issues to lay the blame on any one in particular (Mac OS X, TrueCrypt, FUSE?), but what I definitely can say is that I cannot trust my Mac to be left alone while a TrueCrypt volume is still mounted.

This is how my mounted volumes' mount points look like inside a Terminal.app session. As you can see, the TrueCrypt volume PRIVATE is mounted with permissions that make it wide open for any user to snoop around inside.

caradhras:~ --> ls -l /Volumes/
total 72
lrwxr-xr-x   1 root   admin      1 27 Jul 17:52 Macintosh HD -> /
drwxrwxrwx@  1 admin  staff  16384 31 Dez  1979 PRIVATE
drwx------   1 admin  staff  16384  9 Jun 17:06 data

What I would like to see here is that the PRIVATE volume has the same set of permissions as the data volume (which is a Samba network share mounted by Mac OS X). Ideally, the Finder should not display the PRIVATE volume at all, but if it does, the user should not be able to access the volume's content.

I am using TrueCrypt 7.1a on Mac OS X 10.9.4. The issue is not new, though, it already existed in previous versions of TrueCrypt; I don't recall the specific version I used then, but I submitted a problem report on the original TrueCrypt website in September 2009 - without getting any response.

I am aware that CipherShed has not made its initial rebranding release yet, so please forgive me for reporting this already. However, because CipherShed is based on the TrueCrypt 7.1a code base, I am quite confident that the issue will be present in your initial release as well.

Website offline

Hello,
I'm trying to build CipherShed (and to submit issues in your bug tracker) but it's refusing connections on port 443.

Broken applinks

We need to fix all applinks, which are broken at the moment.

Debian Jessie compilation error

Dear dev,
The Jessie contains only wx3.0, that changed the access to a constructor to a ::Get (), resulting on a compilation error:
/usr/include/wx-3.0/wx/unix/stdpaths.h:56:5: error: ‘wxStandardPaths::wxStandardPaths()’ is protected

as far I could saw this error concern Main/Application.cpp

Supports OpenPGP Card

What about this idea, the password for CipherShed protected by OpenPGP Card, then mount a CipherShed disk will like this:

  1. Open CipherShed
  2. Select CipherShed Disk
  3. Plug OpenPGP Card
  4. Input OpenPGP Card PIN
  5. OpenPGP Card decrypt password
  6. The password decrypt CipherShed Disk

About OpenPGP Card: https://en.wikipedia.org/wiki/OpenPGP_card

1st Release - Rebranding Only

There are a lot of sub-tasks, so please help flesh this out. We can create sub-issues for each of them. I'm busy with work at the moment but in the morning I can do some of this:

  • Someone should sign current master HEAD commit, after verifying original hashes and untared files match.
  • Each developer must sign all commits going forward
  • Recompile for each platform, and write Build Instructions:
    • Linux - ??? (??? = volunteer(s))
    • Mac - ???
    • Windows - ???
  • Verify binaries match 7.1a (other than certificats)
    • This is a critical step which we cannot easily do after rebranding
  • Rebranding:
    • 10 images need all new art - ???
    • Professional touch-up of artwork - Bill will send to graphic artist
    • Replace all instances of TrueCrypt w/CipherShed, including case variants
    • Download TrueCrypt Users Guide and rename TrueCrypt to CipherShed
  • Manually verify all rebranding changes:
    • ANY code changes (zero?) should be verified by each core developers
    • Create hashes of binaries.
    • Recreate exact binaries by recompiling for each platform
    • Each dev verifying changes are OK should sign the binary hashes
  • Prepare download site capable of handling the traffic
  • Ship!

wxgtk 2.9, CommandLineInterface, ambiguous overloaded function calls

~/buildtmp/CipherShed/src> LIBS="-ldl" make
[skip]
Compiling CommandLineInterface.cpp
CommandLineInterface.cpp: In constructor ‘CipherShed::CommandLineInterface::CommandLineInterface(wxCmdLineParser&, CipherShed::UserInterfaceType::Enum)’:
CommandLineInterface.cpp:383:45: error: call of overloaded ‘FilesystemPath(wxString&)’ is ambiguous
CommandLineInterface.cpp:383:45: note: candidates are:
In file included from /home/m0ray/buildtmp/CipherShed/src/Platform/Directory.h:13:0,
                 from /home/m0ray/buildtmp/CipherShed/src/Platform/Platform.h:15,
                 from /home/m0ray/buildtmp/CipherShed/src/Core/CoreBase.h:12,
                 from /home/m0ray/buildtmp/CipherShed/src/Core/Core.h:12,
                 from CommandLineInterface.cpp:12:
/home/m0ray/buildtmp/CipherShed/src/Platform/FilesystemPath.h:39:3: note: CipherShed::FilesystemPath::FilesystemPath(std::wstring)
/home/m0ray/buildtmp/CipherShed/src/Platform/FilesystemPath.h:37:3: note: CipherShed::FilesystemPath::FilesystemPath(std::string)
CommandLineInterface.cpp:474:57: error: call of overloaded ‘FilesystemPath(wxString)’ is ambiguous
CommandLineInterface.cpp:474:57: note: candidates are:
In file included from /home/m0ray/buildtmp/CipherShed/src/Platform/Directory.h:13:0,
                 from /home/m0ray/buildtmp/CipherShed/src/Platform/Platform.h:15,
                 from /home/m0ray/buildtmp/CipherShed/src/Core/CoreBase.h:12,
                 from /home/m0ray/buildtmp/CipherShed/src/Core/Core.h:12,
                 from CommandLineInterface.cpp:12:
/home/m0ray/buildtmp/CipherShed/src/Platform/FilesystemPath.h:39:3: note: CipherShed::FilesystemPath::FilesystemPath(std::wstring)
/home/m0ray/buildtmp/CipherShed/src/Platform/FilesystemPath.h:37:3: note: CipherShed::FilesystemPath::FilesystemPath(std::string)
CommandLineInterface.cpp: In member function ‘CipherShed::VolumeInfoList CipherShed::CommandLineInterface::GetMountedVolumes(const wxString&) const’:
CommandLineInterface.cpp:565:35: error: call of overloaded ‘wxString(CipherShed::VolumePath&)’ is ambiguous
CommandLineInterface.cpp:565:35: note: candidates are:
In file included from /usr/include/wx-2.9/wx/memory.h:16:0,
                 from /usr/include/wx-2.9/wx/object.h:20,
                 from /usr/include/wx-2.9/wx/wx.h:16,
                 from SystemPrecompiled.h:9,
                 from System.h:14,
                 from CommandLineInterface.cpp:9:
/usr/include/wx-2.9/wx/string.h:1375:5: note: wxString::wxString(const string&)
/usr/include/wx-2.9/wx/string.h:1365:5: note: wxString::wxString(const wxStdWideString&)
CommandLineInterface.cpp:569:41: error: call of overloaded ‘wxString(CipherShed::DirectoryPath&)’ is ambiguous
CommandLineInterface.cpp:569:41: note: candidates are:
In file included from /usr/include/wx-2.9/wx/memory.h:16:0,
                 from /usr/include/wx-2.9/wx/object.h:20,
                 from /usr/include/wx-2.9/wx/wx.h:16,
                 from SystemPrecompiled.h:9,
                 from System.h:14,
                 from CommandLineInterface.cpp:9:
/usr/include/wx-2.9/wx/string.h:1375:5: note: wxString::wxString(const string&)
/usr/include/wx-2.9/wx/string.h:1365:5: note: wxString::wxString(const wxStdWideString&)
CommandLineInterface.cpp:570:37: error: call of overloaded ‘wxString(CipherShed::DirectoryPath&)’ is ambiguous
CommandLineInterface.cpp:570:37: note: candidates are:
In file included from /usr/include/wx-2.9/wx/memory.h:16:0,
                 from /usr/include/wx-2.9/wx/object.h:20,
                 from /usr/include/wx-2.9/wx/wx.h:16,
                 from SystemPrecompiled.h:9,
                 from System.h:14,
                 from CommandLineInterface.cpp:9:
/usr/include/wx-2.9/wx/string.h:1375:5: note: wxString::wxString(const string&)
/usr/include/wx-2.9/wx/string.h:1365:5: note: wxString::wxString(const wxStdWideString&)
make[1]: *** [CommandLineInterface.o] Error 1
make: *** [all] Error 2

~/buildtmp/CipherShed/src> uname -a
Linux m0ray.unison.local 3.7.10-1.40-desktop #1 SMP PREEMPT Thu Jul 10 11:22:12 UTC 2014 (9b06319) x86_64 x86_64 x86_64 GNU/Linux
~/buildtmp/CipherShed/src>  gcc --version
gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]

wxWidgets (Linux)

https://forum.truecrypt.ch/t/calibre-opens-truecrypt-user-guide-why/473/3

It appears there is an issue with opening the user guide on Linux (at least Mint 13, to be specific). Since it appears the problem exists in TC 7.1a and VC 1.0e, it's most likely also in CS.

Basic rundown from IDRIX is that the issue isn't directly in TC, I think, and to find the issue we'd need to look through the wxWidgets source code.

The other issues in the thread are probably isolated to only VC, but having a look at it couldn't hurt, or at least remember for the future.

I know that the development is mainly focusing on releasing an alpha for Windows. I'm submitting the issue for later so it isn't forgotten.

Project Dead?

Looks like no updates in 20 months now.

Project dead?

Long live VeraCrypt ?

Turcrypt icon showing in taskbar

this is with 0d6a45a on Mint 17.

I'm noting that in keeping with the roadmap most of the other Truecrypt related icon have gone, but noticed one lurking on my taskbar-equivalent.

image

Site Down

Error establishing a database connection

Ubuntu repository

It would be very convenient if you could install CipherShed on Ubuntu using the usual way things are installed, like below. I could also mention that cryptsetup that is used for managing LUKS volumes also allows to handle TrueCrypt volumes. I do not know if CS volumes are compatible or not, just mentioned.

$ sudo apt-get install ciphershed

Does CipherShed verify the integrity of data?

Like with authenticated encryption such as AES-GCM or with HMAC?

Currently I am storing my sensitive info on Apple's encrypted dmg file, and they don't have integrity checking (I tried flipping some bits in the dmg file, and it mounts just fine). I wonder if it is the same for all encrypted containers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.