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

update basic and advanced encryption functions #60

Closed
wants to merge 5 commits into from
Closed

update basic and advanced encryption functions #60

wants to merge 5 commits into from

Conversation

jetien
Copy link
Contributor

@jetien jetien commented Dec 20, 2013

  • basic encryption using privateKey and IV
  • advanced encryption using in additional a salt parameter
  • new function to generate a random salt parameter

jetien added 5 commits December 17, 2013 09:49
- update basic encrypt/decrypt methods to use default IV param
- update advanced methods to use the generate salt
- add method to generate random salt
- get default IV param on Contructor
- basic encryption with privateKey
- advanced  encryption with privateKey and (random) salt param
- all encryption methods use IV param
cescoffier added a commit that referenced this pull request Dec 22, 2013
(#60)

Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
@cescoffier
Copy link
Member

Integrated in master.

@cescoffier cescoffier closed this Dec 22, 2013
@jetien jetien deleted the crypto-aes branch January 20, 2014 15:55
@cescoffier cescoffier added this to the 0.4.0 milestone Apr 4, 2014
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.

None yet

2 participants