react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

missing cypher.getAuthTag() implementation

Open deeeed opened this issue 2 years ago • 7 comments

Hi, I noticed a missing method in the cypher implementation. The getAuthTag has been commented out. see code reference This is breaking my ECIES usage which relies on react-native-quick-crypto crypto implementation. I can't find any reasons for the comments?

deeeed avatar Jan 14 '23 03:01 deeeed

same issue here GitHub link: https://github.com/margelo/react-native-quick-crypto/blob/ac04d8c622570a99a4834cbceecc976e4e005492/src/Cipher.ts#L207-L209

ncimino avatar Jan 21 '23 00:01 ncimino

This module depends on crypto-browserify which has a fix for this... can you please use that until you fix this?

ncimino avatar Jan 25 '23 17:01 ncimino

I am having the same issue.

kaladivo avatar Feb 05 '23 21:02 kaladivo

same issue :(

backgroundjun avatar Aug 07 '23 06:08 backgroundjun

hi @deeeed, did you ever manage to solve this?

mizanxali avatar Jan 05 '24 20:01 mizanxali

Are there any plans to implement this in the current library?

charvi5 avatar Feb 22 '24 05:02 charvi5

I've encountered the same issue with the missing cypher.getAuthTag() implementation and am also in need of help to solve this problem. It's a tricky situation that seems to require a deeper dive into the cryptography library being used or perhaps an update to the code to ensure compatibility with the encryption standards. Assistance on this would be greatly appreciated.

cybercarrot avatar Feb 23 '24 07:02 cybercarrot