Skip to content

ライブラリ OneTimePassword の仕様検証 #2

Description

@ykws

以下のプロパティを変更してワンタイムパスワードが生成できることを確認したい。

  • アルゴリズム @property (nonatomic) OTPAlgorithm algorithm;
    • SHA1 (Default)
    • SHA256
    • SHA512
  • OTP桁数 @property (nonatomic) NSUInteger digits;
    • 4
    • 5
    • 6 (Default)
    • 7
    • 8
    • 9
    • 10
  • タイムステップ数 @property (nonatomic) NSTimeInterval period;
    • 30 (Default)
    • 60

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions