Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

brainpower/XSecDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSecDemo

A small little Application which is meant to be used to showcase XML-Signature and XML-Encryption.

Build

Configure the cmake project and make:

$ mkdir build && cd build
$ cmake ..
$ make

Dependencies

  • Qt5
  • KTextEditor / KatePart
  • libxml2
  • libxslt
  • xmlsec

Windows

When building for Windows, you'll usually need to compile KTextEditor and it's dependencies yourself. Those are quite numerous, so this unordered and non-exhaustive list should give you a starting point:

  • karchive
  • kauth
  • kbookmarks
  • kcodecs
  • kcompletion
  • kconfig
  • kconfigwidgets
  • kcoreaddons
  • kcrash
  • kdbusaddons
  • kglobalaccel
  • kguiaddons
  • ki18n
  • kiconthemes
  • kio
  • kitemviews
  • kjobwidgets
  • kparts
  • kservice
  • ktexteditor
  • ktextwidgets
  • kwidgetsaddons
  • kwindowsystem
  • kxmlgui
  • oxygen-icons5
  • solid
  • sonnet

About

A simple tool to demonstrate how XML-Signature and XML-Encryption work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published