Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 607 Bytes

File metadata and controls

14 lines (11 loc) · 607 Bytes

share the encryption key

  • using Diffie-Hellman protocol
  • key can be saved in db
  • send an object to specify which stuff to use
  • can send the encryption algorithm type and name in the header
  • can pass some encryption essential parameters in the header

get input

  • encrypt it (1:1 ratio encryption or an encryption that doesnt exceeds limit of popular social media messaging apps)
  • give results and there should be a button to copy it or there should be a shortcut to replace current text if possible

and there should be decrypt option

Stack: Nextjs + electron(move to tauri later) psql/PGlite