Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@fer1s fer1s released this 18 Jan 14:48
· 6 commits to main since this release
92ac927
  • Implemented an own AES implementation that uses the native web crypto api that can also encrypt bytes instead of strings and removed crypto-js
  • Added support for all file types
  • Added, that if a key is generated it is also copied to the clipboard
  • Changed the text and padding so that the inputs are more in focus
  • Fixed the glitchy moving when the log is displayed (it now has always the same height and fades in)
  • Fixed that the original file (or any other) isn't overwriten (checking if the same file exists and adding a number to the file name)
  • Added the */ scope because on windows tauri would throw an error because something with the file path idk why lol