Replication | Adobe Higher Education
Skip to main content
Er kunnen geen reacties meer worden geplaatst op dit onderwerp.
Beste antwoord door user05162

hmac and master files are used by cyptoSupport bundle[1] in AEM which provides a simple API to encrypt and decrypt binary and string data.

You can also use these files to replicate crypto keys from one instance to another. Check [2] for more details.

Check [3] for more details on the hmac cryptography

[1] CryptoSupport ("The Adobe AEM Quickstart and Web Application.")

[2] Encapsulated Token Support

[3] HMACSHA256 Class (System.Security.Cryptography)

2 reacties

user05162Adobe EmployeeAntwoord
Adobe Employee
July 10, 2018

hmac and master files are used by cyptoSupport bundle[1] in AEM which provides a simple API to encrypt and decrypt binary and string data.

You can also use these files to replicate crypto keys from one instance to another. Check [2] for more details.

Check [3] for more details on the hmac cryptography

[1] CryptoSupport ("The Adobe AEM Quickstart and Web Application.")

[2] Encapsulated Token Support

[3] HMACSHA256 Class (System.Security.Cryptography)

smacdonald2008
Level 10
July 10, 2018

Nice response