Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crypto functions for Flogo #166

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mmussett
Copy link

  • Support for symmetrical encryption/decryption using AES
  • Support for asymmetrical encryption/decryption using RSA
  • Support for hmac

Copy link
Author

@mmussett mmussett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added timestamp function

@vnalawad-tibco
Copy link
Contributor

@abhide-tibco Can you review them?

Copy link
Contributor

@abhijitWakchaure abhijitWakchaure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmussett I don't think you need to check logger.DebugEnabled().
The flogo logger will log your statements according the log level specified automatically.

Also I don't think those debug logs (entering and exiting function xxx) are adding any info to help debug things. Any error or panic stack will point us to the file and line number at which it failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants