From edb2663baf17994c93f173e638d90ac6bfc75c50 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 15 Aug 2021 02:44:16 -0400 Subject: [PATCH] add test fixtures for encrypted maFiles --- src/fixtures/maFiles/1-account-encrypted/1234.maFile | 1 + src/fixtures/maFiles/1-account-encrypted/manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/fixtures/maFiles/1-account-encrypted/1234.maFile create mode 100644 src/fixtures/maFiles/1-account-encrypted/manifest.json diff --git a/src/fixtures/maFiles/1-account-encrypted/1234.maFile b/src/fixtures/maFiles/1-account-encrypted/1234.maFile new file mode 100644 index 0000000..1ee5507 --- /dev/null +++ b/src/fixtures/maFiles/1-account-encrypted/1234.maFile @@ -0,0 +1 @@ +ruZBuGG4+r5RU4JPjjHgkBLB205+1qSJjikDR5jrOpZsYgPSdJV9N4Rp7OnOQ63YBSiu1JpoNIUrSxJnW4UaPBIkgbWHsAngSiuZAhkZq/FJuRie0OcGN2NnwuE2xZUQNfREqU4DTiq8VLRBqvHTueeI5pReJ1vGradhjOgyWVG4MxMlVylVTIPqmZf1NrfBQbEL6Nip3dRGdzXsLhtnxhr8/0meBNOwtk+5sm6b+XVEd81aSsQNYEK5RUdmzNbOdK+UGUTOgACw6rBoBUP3zpv7U0gEC7u+iIIv1CQXp0HUH4p06Edu8r0APDQHIgt8/WmnRtm6EAWfgo/RxbMoTFTKo6Qfa18baGCkQnNJPiiIIQc1e4/31mw9DbGhDfkYJL4O5A9wbWeSRg92qxe2d4odHx0NIfyZ9CsKfIYc4/azq0I7K3hjcpt5JgYOQowm4YrYMQrmkyw90HMAMcOHoKtMVU5i58JumY3cYAnf+skCOra29D0Py7k0mGqm+9W2OWmO+XE3QfhuOK0FwFts5umyVI5AK4qZG90ioPt6CHgDZKgCdzuV7iTWwhuhd+EYalcbuSAQHX5cnNVVt9Z+0c9t+fnjz0t9w8wChpKhRcFGUeMvzOFO0lhP5kneJ3N/xKo0bhO2spjzzUw8lXE5wFv7TFmr058m+rzW/ucvtcl6KSvvr0RGNBcwUo+G8Q4jvJNTDFhqT0ElnWpgF2Rxb9m5UKZz5bfLszlf0KbSO2ZXg9wO65/itqXQnKzq1ALI \ No newline at end of file diff --git a/src/fixtures/maFiles/1-account-encrypted/manifest.json b/src/fixtures/maFiles/1-account-encrypted/manifest.json new file mode 100644 index 0000000..fed7737 --- /dev/null +++ b/src/fixtures/maFiles/1-account-encrypted/manifest.json @@ -0,0 +1 @@ +{"encrypted":true,"first_run":true,"entries":[{"encryption_iv":"xLHUZJzinEfUwLzEzqfI7Q==","encryption_salt":"bcp2z6P88A0=","filename":"1234.maFile","steamid":1234}],"periodic_checking":false,"periodic_checking_interval":5,"periodic_checking_checkall":false,"auto_confirm_market_transactions":false,"auto_confirm_trades":false} \ No newline at end of file