PageRenderTime 40ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/WincryptCipher/Wincrypt.props

#
MSBuild | 43 lines | 39 code | 4 blank | 0 comment | 6 complexity | c27c1c663cec46aaa5e36a3f71ae30d2 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. # WincryptCipherPlugin - A jEdit plugin as wincrypt cipher implementation for the CipherPlugin
  2. # :tabSize=4:indentSize=4:noTabs=true:
  3. #
  4. # Copyright (C) 2007 Björn "Vampire" Kautler
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License
  8. # as published by the Free Software Foundation; either version 2
  9. # of the License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. plugin.wincrypt.WincryptCipherPlugin.activate=defer
  20. plugin.wincrypt.WincryptCipherPlugin.name=Wincrypt Cipher
  21. plugin.wincrypt.WincryptCipherPlugin.version=0.1
  22. plugin.wincrypt.WincryptCipherPlugin.description=This plugin provides a wincrypt service for the Cipher plugin.
  23. plugin.wincrypt.WincryptCipherPlugin.author=Bj\u00F6rn "Vampire" Kautler
  24. plugin.wincrypt.WincryptCipherPlugin.docs=docs/index.html
  25. plugin.wincrypt.WincryptCipherPlugin.longdescription=docs/Wincrypt.html
  26. plugin.wincrypt.WincryptCipherPlugin.files=WincryptCipher.dll
  27. plugin.wincrypt.WincryptCipherPlugin.depend.0=jdk 1.5
  28. plugin.wincrypt.WincryptCipherPlugin.depend.1=jedit 04.03.10.00
  29. plugin.wincrypt.WincryptCipherPlugin.depend.2=plugin cipher.CipherPlugin 0.1
  30. plugin.wincrypt.WincryptCipherPlugin.depend.3=plugin jakartacommons.JakartaCommonsPlugin 0.4.4
  31. options.wincrypt.description.label=Description:
  32. cipher-description.wincrypt=With wincrypt you can protect data with \
  33. your Windows Login information automatically. \
  34. Data protected with this cipher is only \
  35. decryptable if you are logged in with \
  36. the same account and only if your password \
  37. did NOT get reset by a system administrator. \
  38. Optionally the data can be protected with \
  39. an additional entropy like a password.