This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
@justinvdm We should probably also add something here about seeding? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hot on the heels of
v0.5.0
we're ready to launchv0.6.0
. This is the nature of incrementalism.In this release we upgraded Copycat, which includes the ability to scramble content. So:
copycat.scramble("cats are 2x better than dogs")
becomes'ewgj qsc 0s zajmng tgqq nojd'
. This is super helpful if you're testing designs. You can keep the "shape of strings," but protect what the user entered.Read the scramble string reference docs
We've also added the ability to salt your Copycat. Doing so reduces the very rare ability that someone could figure out an input string from an output string. @justinvdm explains it beautifully in our docs:
Bugfixes
Beta Was this translation helpful? Give feedback.
All reactions