/bundles/plugins-trunk/WincryptCipher/Wincrypt.props
# · MSBuild · 43 lines · 39 code · 4 blank · 0 comment · 0 complexity · c27c1c663cec46aaa5e36a3f71ae30d2 MD5 · raw file
- # WincryptCipherPlugin - A jEdit plugin as wincrypt cipher implementation for the CipherPlugin
- # :tabSize=4:indentSize=4:noTabs=true:
- #
- # Copyright (C) 2007 Björn "Vampire" Kautler
- #
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU General Public License
- # as published by the Free Software Foundation; either version 2
- # of the License, or (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- plugin.wincrypt.WincryptCipherPlugin.activate=defer
- plugin.wincrypt.WincryptCipherPlugin.name=Wincrypt Cipher
- plugin.wincrypt.WincryptCipherPlugin.version=0.1
- plugin.wincrypt.WincryptCipherPlugin.description=This plugin provides a wincrypt service for the Cipher plugin.
- plugin.wincrypt.WincryptCipherPlugin.author=Bj\u00F6rn "Vampire" Kautler
- plugin.wincrypt.WincryptCipherPlugin.docs=docs/index.html
- plugin.wincrypt.WincryptCipherPlugin.longdescription=docs/Wincrypt.html
- plugin.wincrypt.WincryptCipherPlugin.files=WincryptCipher.dll
-
- plugin.wincrypt.WincryptCipherPlugin.depend.0=jdk 1.5
- plugin.wincrypt.WincryptCipherPlugin.depend.1=jedit 04.03.10.00
- plugin.wincrypt.WincryptCipherPlugin.depend.2=plugin cipher.CipherPlugin 0.1
- plugin.wincrypt.WincryptCipherPlugin.depend.3=plugin jakartacommons.JakartaCommonsPlugin 0.4.4
-
- options.wincrypt.description.label=Description:
-
- cipher-description.wincrypt=With wincrypt you can protect data with \
- your Windows Login information automatically. \
- Data protected with this cipher is only \
- decryptable if you are logged in with \
- the same account and only if your password \
- did NOT get reset by a system administrator. \
- Optionally the data can be protected with \
- an additional entropy like a password.