| Autor |
Nachricht |
|
|
Titel: script zum erstellen von TrueCrypt
Verfasst am: 25.07.2008, 21:56 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
# Altes script das für die Version 6.0 und 6.0a war habe ich gelöscht
# Das aktuelle kompiliert TrueCrypt 6.1 und installiert es.
# bash
# script zum erstellen von TrueCrypt unter Debian-Etch, konkret für Kanotix
# unter gegebenen Bedingungen muss TrueCryp*Source.tar.gz von http://www.truecrypt.org/downloads2.php zuerst heruntergeladen werden und auf dem Desktop oder dem /home des Users gespeichert werden.
clear
if [ "$(id -u)" != "0" ]; then
echo -e "\a\n\t Fehler: Bitte als root anmelden"
exit 1
fi
echo -e "\t Welcher dieser User soll TrueCrypt benützen können"
TCUSER=$(users)
users
# read TCUSER ## für den Fall, dass users mehr wie einen zurückgibt
apt-get install build-essential
apt-get install fuse-utils pkg-config -y
apt-get install libfuse-dev libwxgtk2.8-dev
if [ "$(grep "fuse" /etc/modules)" != "fuse" ] ; then
echo -e "#FUSE for TrueCrypt " >> /etc/modules
echo -e "fuse" >> /etc/modules
fi
modprobe fuse
apt-get install gnupg
cd ~
rm ?rue?rypt* -rfv
############################ also wenn heruntergeladen und auf dem Desktop oder in /home des Users dann geht folgendes:
cp -s /home/$TCUSER/Desktop/TrueCryp*.gz ~
# oder halt
# cp -s /home/$TCUSER/?rue?ryp*source.tar.gz ~
unp TrueCryp*.*
gpg --fetch-keys http://truecrypt.sourceforge.net/TrueCr ... ic-Key.asc
mkdir ~/PKCS
cd ~/PKCS
wget -Nc ftp://ftp.rsasecurity.com/pub/pkcs/pkcs ... 0/pkcs11.h
wget -Nc ftp://ftp.rsasecurity.com/pub/pkcs/pkcs ... /pkcs11f.h
wget -Nc ftp://ftp.rsasecurity.com/pub/pkcs/pkcs ... /pkcs11t.h
cd ~/truecrypt*
make PKCS11_INC=~/PKCS
make
mkdir /home/$TCUSER/tc
cd ~/truecrypt*/Main
cp truecrypt /home/$TCUSER/tc
cp /root/truecrypt-*-source/Common/*.ico /home/$TCUSER/tc
cp /home/$TCUSER/tc/truecrypt /usr/local/bin
cp /home/$TCUSER/tc/Lang*.xml /usr/local/bin
cp /home/$TCUSER/tc/*.ico /usr/share/icons
cp -s /usr/local/bin/truecrypt /home/$TCUSER/Desktop/TC
chmod 777 /usr/local/bin/truecrypt
if [ "$(grep "TRUECRYPTERS ALL = (root) TRUECRYPT" /etc/sudoers)" != "TRUECRYPTERS ALL = (root) TRUECRYPT" ] ; then
echo -e "Truecrypt - Eintrag in /etc/sudoers wird erzeugt"
echo -e "User_Alias TRUECRYPTERS = root,$TCUSER" >> /etc/sudoers
echo -e "Cmnd_Alias TRUECRYPT = /usr/local/bin/truecrypt" >> /etc/sudoers
echo -e "TRUECRYPTERS ALL = (root) TRUECRYPT" >> /etc/sudoers
fi |
Zuletzt bearbeitet von jokobau am 04.11.2008, 07:05 Uhr, insgesamt 4 Male bearbeitet
|
| |
|
|
|
 |
|
|
Titel: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 06:38 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
Schön wäre es, wenn jemand noch weiß, wie man die Icons per script zuordnen kann. Das müsste wohl in einer KDE Datei stehen. Habe aber keine Ahnung wo und wie.
Und noch schöner wäre es, wenn jemand weiß wie man die Dateiverknüpfung für die Endungen *.tc und *.tr automatisch TC zuordnen kann.
Dann wäre wohl die installation perfekt.
Nur noch das deb packen können ....ich glaube aber das würde mich gewaltig überfordern. |
|
|
| |
|
|
|
 |
|
|
Titel: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 11:05 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 14782
|
|
Für ein Debian paket guckst dir mal
/usr/lib/mime/packages
an und rufst
update-mime
auf. |
|
|
| |
|
|
|
 |
|
|
Titel: Re: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 16:09 Uhr
|
|
Anmeldung: 04. Sep 2006
Beiträge: 60
|
|
|
Zitat:
Nur noch das deb packen können ....ich glaube aber das würde mich gewaltig überfordern.
glaub ich Dir nicht
ein reines binary paket lässt sich recht einfach bauen
schau mal hier:
http://r4g.de/2007-07/deb-paket-bauen-f ... z-einfach/
ich habe mir auf diese Weise ein truecrypt-deb (nur binary) paket gebaut,
(auf arm)
gruss retabell |
|
|
| |
|
|
|
 |
|
|
Titel: Re: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 17:50 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
|
|
|
 |
|
|
Titel: Re: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 17:53 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 14782
|
|
Am besten gehst mal zur VHS  |
|
|
| |
|
|
|
 |
|
|
Titel: Re: script zum erstellen von TrueCrypt
Verfasst am: 26.07.2008, 17:57 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
Keine Zeit für Volkshochschule. Zudem hatte ich in Hauptschule und danach auf Fachschule etwas Englisch war aber zu blöd. Habe nix kapiert. Zumal die Legasthenie...Heute bin ich 52. Meinst man kann da noch was lernen  |
|
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 02.02.2009, 21:16 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
Ich habe das irgendwie mit dem Script nicht hinbekommen. Kriege folgende Fehlermeldungen:
Zitat:
Compiling Hash.cpp
Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:
/root/truecrypt-6.1a-source/Common/SecurityToken.h:43:21: warning: pkcs11.h: Datei oder Verzeichnis nicht gefunden
/root/truecrypt-6.1a-source/Common/SecurityToken.h:56: error: ‘CK_SLOT_ID’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:57: error: ‘CK_FLAGS’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:77: error: ‘CK_OBJECT_HANDLE’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:80: error: ‘CK_SLOT_ID’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:86: error: expected `)' before ‘errorCode’
/root/truecrypt-6.1a-source/Common/SecurityToken.h:92: error: expected `)' before ‘errorCode’
/root/truecrypt-6.1a-source/Common/SecurityToken.h:106: error: ‘CK_RV’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:109: error: ‘CK_RV’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:160: error: ‘CK_SESSION_HANDLE’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:181: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:183: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:186: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:194: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_OBJECT_HANDLE’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 2 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_OBJECT_HANDLE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: ‘CK_SLOT_ID’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 2 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:198: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:199: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:200: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:205: error: ‘CK_FUNCTION_LIST_PTR’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: ‘CK_SLOT_ID’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 3 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 4 is invalid
make[1]: *** [Keyfile.o] Fehler 1
make: *** [all] Fehler 2
Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:
/root/truecrypt-6.1a-source/Common/SecurityToken.h:43:21: warning: pkcs11.h: Datei oder Verzeichnis nicht gefunden
/root/truecrypt-6.1a-source/Common/SecurityToken.h:56: error: ‘CK_SLOT_ID’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:57: error: ‘CK_FLAGS’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:77: error: ‘CK_OBJECT_HANDLE’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:80: error: ‘CK_SLOT_ID’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:86: error: expected `)' before ‘errorCode’
/root/truecrypt-6.1a-source/Common/SecurityToken.h:92: error: expected `)' before ‘errorCode’
/root/truecrypt-6.1a-source/Common/SecurityToken.h:106: error: ‘CK_RV’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:109: error: ‘CK_RV’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:160: error: ‘CK_SESSION_HANDLE’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:181: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:183: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:186: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:194: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_OBJECT_HANDLE’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 2 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_OBJECT_HANDLE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: ‘CK_SLOT_ID’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 2 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:198: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:199: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:200: error: ‘CK_SLOT_ID’ has not been declared
/root/truecrypt-6.1a-source/Common/SecurityToken.h:205: error: ‘CK_FUNCTION_LIST_PTR’ does not name a type
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: ‘CK_SLOT_ID’ was not declared in this scope
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 1 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 3 is invalid
/root/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 4 is invalid
make[1]: *** [Keyfile.o] Fehler 1
make: *** [all] Fehler 2
cp: Aufruf von stat für „truecrypt“ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für „/home/putin/tc/truecrypt“ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für „/home/putin/tc/Lang*.xml“ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für „/usr/local/bin/truecrypt“ nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf „/usr/local/bin/truecrypt“ nicht möglich: Datei oder Verzeichnis nicht gefunden
Truecrypt - Eintrag in /etc/sudoers wird erzeugt
Muß ich alle nicht gefundenen Verzeichnisse manuell erstellen?
Bzw. bei der Anleitung:
http://www.howtoforge.com/setting-up-tr ... etch-gnome komme ich bis da:
Zitat:
At this point switch to the root account and copy the TrueCrypt executeable to the right place.
es befindet sich zu diesem Zeitpunkt aber keine truecrypt Datei im Verezichnis "...Main/
Gruß Christopher |
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 03.02.2009, 14:03 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
Ich denke das hat nicht so richtig funktioniert.
cd ~/truecrypt*
make PKCS11_INC=~/PKSC
Warst im richtigen Verzeichnis ???
Oder aber der TC - Code hat einen Fehler. |
|
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 06.02.2009, 05:55 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
Ach ja , noch eine Frage:
ich habe jetzt eine verschlüsselte Partition erstellt und eine unverschlüsselte auf dem USB-stick. Das Problem ist, daß die unverschlüsselte Partition, von der ich Truecrypt auf Windows-Rechnern starten möchte, nicht angezeigt wird. Obwohl es sich um eine FAT32 Partition handelt, die von Gparted auch als solche erkannt wird und von Linux normal automatisch gemounted wird.
Windows hingegen erkennt 4 Paritionen, wenn ich den USB-Stick einstecke, auf die ich alle nicht zugreifen kann.
Kennt jemand hier das Problem?
Gruß Christopher |
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 06.02.2009, 07:18 Uhr
|
|

Anmeldung: 29. Apr 2004
Beiträge: 354
Wohnort: Berlin
|
|
Hi Christopher,
ist die partition für Win an erster Stelle? Sonst wird se nicht erkannt.
MfG
Peter |
|
|
| |
|
|
|
 |
|
|
Titel: Ja...
Verfasst am: 07.02.2009, 11:29 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
Hier wie das ganze aussieht...
Obwohl... Dann sollte die ja sdh1 heißen... oder?
Also auf dem Win-Rechner ist Truecrypt auch nicht installiert.... Da möchte ich dann von der unverschlüsselten Partition aus starten... Wenn das geht hoffentlich.
Viele Grüße Christopher |
| Beschreibung: |
|
| Dateigröße: |
35.79 KB |
| Angeschaut: |
4604 mal |

|
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel: Ja...
Verfasst am: 07.02.2009, 12:42 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
| Nimmst testdisk und sortierst die Partitionen neu. Oder lösche alles und mache zuerst die fat32 und dann die TC-Partition . |
|
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 07.02.2009, 13:27 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
Okay die unverschlüsselte Partition wird nun in Windows erkannt.
Komischerweise wird in windows die TC-Partition nicht angezeigt (6 GB)... siehe Bild...
mache ich was falsch? |
| Beschreibung: |
|
| Dateigröße: |
16.95 KB |
| Angeschaut: |
4587 mal |

|
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 07.02.2009, 14:06 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
Machst nix falsch. Windows ist zu blöd.
Was warscheinlich geht ist ein Fat32 anlegen. Dann unter Windows diese mit TC formatieren. |
|
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 07.02.2009, 14:09 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
| ok, das probiere ich mal... Oder einfach eine Truecrypt-Datei, statt partition zu erstellen müßte dann ja auch gehen... |
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel:
Verfasst am: 13.02.2009, 16:46 Uhr
|
|

Anmeldung: 17. Dez 2004
Beiträge: 255
Wohnort: Detmold
|
|
Windows erkennt auf USB-Sticks nur die erste Partition. Ich hatte einmal einen Stick, bei dem war eine Partition als "USB-Diskettenlaufwerk" formatiert. Windows hat ihn dann als Diskettenlaufwerk ( LW A: oder B: ) eingebunden, Die zweite Partition konnte durch ein Tool versteckt werden und war dann auch nicht sichtbar.
Ich wollte diese auch nachbilden, d.h. auf der sichtbaren, unverschlüsselten Partition befindet sich truecrypt, die zweite Partition ist mit truecrypt verschlüsselt. Unter Linux funktioniert das, unter Windows wird die verschlüsselte partition nicht erkannt. |
_________________ albatros
_________
Desktop: excalibur mit 2.6.28-17
Laptop: excalibur mit 2.6.32-13
excalibur mit aktuellem kernel
http://www.bastelfex.de
|
| |
|
|
|
 |
|
|
Titel: Problem
Verfasst am: 15.02.2009, 15:31 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
Hallo,
auf einem anderen Rechner habe ich jetzt folgendes Problem:
Die Truecrypt-Containerdatei kann vom user als root nicht gemounted werden... Da kommt eine Meldung die lautet:
Failed to obtain administrator privileges... user... is not allowed to execute truecrypt as root....
Hat da jemand eine Idee_
Gruß CHristopher |
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel: Problem
Verfasst am: 16.02.2009, 13:47 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
Überprüfe /etc/sudoers
Muß beinhalten:
User_Alias TRUECRYPTERS = root,<USER>
Cmnd_Alias TRUECRYPT = /usr/local/bin/truecrypt
TRUECRYPTERS ALL = (root) TRUECRYPT
Wobei statt <USER> der wirkliche User eingetragen sein muss. |
|
|
| |
|
|
|
 |
|
|
Titel: Problem
Verfasst am: 17.02.2009, 01:22 Uhr
|
|
Anmeldung: 04. Jan 2007
Beiträge: 991
Wohnort: Hamburg
|
|
| Jo, danke! Hatte die ausführbare truecrypt Datei nach usr/bin kopiert und nicht usr/local bin... habe das in der config jetzt auf usr/bin geändert und nun läuft's.... |
_________________ Es ist dem Untertanen untersagt, den Maßstab seiner beschränkten Einsicht an die Handlungen der Obrigkeit anzulegen - Kurfürst Friedrich Wilhelm von Brandenburg
www.christopherstark.de
|
| |
|
|
|
 |
|
|
Titel: TrueCrypt und Excalibur
Verfasst am: 01.06.2009, 16:23 Uhr
|
|
Anmeldung: 21. Aug 2005
Beiträge: 20
|
|
Hallo, funktioniert das script auch für Excalibur?
Würde mich dann gerne daran machen.
Greetz Cummins |
|
|
| |
|
|
|
 |
|
|
Titel: TrueCrypt und Excalibur
Verfasst am: 01.06.2009, 16:31 Uhr
|
|
Anmeldung: 17. Dez 2003
Beiträge: 14782
|
|
| Da laufen die Pakete für Ubuntu. |
|
|
| |
|
|
|
 |
|
|
Titel: Re: TrueCrypt und Excalibur
Verfasst am: 01.06.2009, 19:07 Uhr
|
|

Anmeldung: 08. Jul 2006
Beiträge: 814
Wohnort: Stuttgart
|
|
|
Cummins hat folgendes geschrieben::
Hallo, funktioniert das script auch für Excalibur?
Würde mich dann gerne daran machen.
Greetz Cummins
Ja.
Kano hat aber auch recht. |
|
|
| |
|
|
|
 |
|
|