You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Raymond (Jira)" <ji...@apache.org> on 2022/03/18 11:17:00 UTC

[jira] [Created] (CAMEL-17825) Hash generator in the Simple language

Raymond created CAMEL-17825:
-------------------------------

             Summary: Hash generator in the Simple language
                 Key: CAMEL-17825
                 URL: https://issues.apache.org/jira/browse/CAMEL-17825
             Project: Camel
          Issue Type: New Feature
            Reporter: Raymond


Another use case which often used in common with Camel is using hashes. This is similar to the following request:

https://issues.apache.org/jira/browse/CAMEL-17823

There are various ways to use a bean or processor to use a Hash in Java:

[https://www.baeldung.com/sha-256-hashing-java]

 

Would be nice to generate a hash directly with the simple language:

generate-hash(value, algorithm)

Where value is the original text/string/data/file
Where algorithm is for example SHA-256 or SHA3-256.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)