Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

danc13675873
danc13675873
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
6

Posts & Comments

Posts & Comments
19

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by danc13675873
Customize the badges you want to showcase on your profile
Re: Data encrypted with "cryptString" function cannot be... - Adobe Campaign 13-08-2020
Thank you! I think we might end up doing the same. Do you know if this would be possible to use in personalisation blocks?

Views

1.6K

Likes

0

Replies

0
Re: Unable to decrypt string encrypted by the cryptString... - Adobe Campaign 13-08-2020
Hi Milan. This didn't work using DESede/CBC/NoPadding. The documentation says the encryption used by Adobe Campaign is AES / CBC with a null IV. https://docs.adobe.com/content/help/en/campaign-classic/technicalresources/api/f-cryptString.htmlRemarksEncryption takes place according to the following method:The unicode character string is transformed into a UTF-8 string.A check character is added at the end.This string is encrypted using the AES algorythm in Cipher Block Chaining (CBC) mode with a ...

Views

1.2K

Likes

0

Replies

0
Unable to decrypt string encrypted by the cryptString function - Adobe Campaign 12-08-2020
I am trying to decrypt using Java a string encrypted by the cryptString function in Adobe Campaign Classic. var encryptedString = cryptString (“helloworld”, “{secretKey}”, false); I have observed the encrypted string always starts with an @ and is 1 character longer than if I encrypt the same string using Java. The test Java decrypt function looks like: public static void main( String[] args ) throws Exception { String decryptedString = decrypt("{encryptedString}", "{secretKey}"); System.out.pri...

Views

1.2K

Likes

0

Replies

2
Update ExampleLiveActionFactory to use OSGi Declarative Services Annotations - Adobe Experience Manager 14-05-2020
How do I update the LiveActionFactory example to use OSGi Declarative Services Annotations? @component(metatype = false) @Service public class ExampleLiveActionFactory implements LiveActionFactory { @property(value="exampleLiveAction") static final String actionname = LiveActionFactory.LIVE_ACTION_NAME; ... }

Views

3.1K

Likes

0

Replies

2
Re: Unpublished Publish status option searching only for... - Adobe Experience Manager 13-05-2020
I think it is correct as not selecting either Published or Unpublished will return you assets that haven't been published.

Views

2.2K

Likes

0

Replies

0
Unpublished Publish status option searching only for deactivated assets - Adobe Experience Manager 13-05-2020
I have found when you select Unpublished as the Publish status on the asset picker page side panel it searches for assets that have been deactivated. I would have thought the search should also include assets that have never been published. Do you think this is a bug or an intentional feature? Query Statement: /jcr:root/content/dam//element(*, dam:Asset)[not((_x002e_./@hidden = 'true')) and (jcr:contains(jcr:content/metadata/@dc:format, '"image" OR "application/x-ImageSet" OR "application/x-Spin...

Views

2.2K

Likes

0

Replies

1
Re: Editable template with structured content - Adobe Experience Manager 23-04-2020
Thanks Arun

Views

6.1K

Likes

0

Replies

0
Re: Editable template with structured content - Adobe Experience Manager 23-04-2020
Arun - just to clarify, my understanding is the anonymous user is part of the everyone group. So when I say I don't want to give the anonymous user permissions to my project's /conf/.../templates folder on PUBLISH, this also means I want to avoid giving the everyone group permissions to this folder on PUBLISH - as the result is the same.

Views

6.1K

Likes

0

Replies

0
Re: Editable template with structured content - Adobe Experience Manager 23-04-2020
These I the steps I followed (maybe you can confirm by doing the same?) 1) Download/clone https://github.com/adobe/aem-guides-wknd.git 2) Deploy code to AUTHOR and PUBLISH by running mvn clean install -PautoInstallPackage,autoInstallPackagePublish,adobe-public 3) Update Content Page Template, add Text component to the Layout Container, populate Text component with content. 4) Publish Content Page Template 5) On PUBLISH, remove everyone READ permissions from /conf/wknd/settings/wcm/templates (You...

Views

6.2K

Likes

0

Replies

0
Re: Editable template with structured content - Adobe Experience Manager 23-04-2020
Arun - I removed these permissions from PUBLISH server and the component I added to the template in Structure mode no longer shows on the page when I access it on PUBLISH. I am specifically interested in permissions on PUBLISH - permission on AUTHOR are fine.

Views

6.2K

Likes

0

Replies

0