/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/encrypt1-tmpl.xml
13 строк
440 B
lsh123
(xmlsec-examples) Fix LibXML2 deprecation warnings and update README to show key name use (#990)
15 ноя 2025, 20:38
Не верифицирован
15 ноя 2025, 20:38
f15b6dc
Код
Авторство
О чём код?
<?xml version="1.0"?> <!-- XML Security Library example: Simple encryption template file for encrypt1 example. --> <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <KeyName>deskey.bin</KeyName> </KeyInfo> <CipherData> <CipherValue></CipherValue> </CipherData> </EncryptedData>